Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun_master.RoomServerConnectInfo Class Reference

mun_roomサーバとの接続情報. More...

Public Member Functions

string GetAddress ()
 mun_roomサーバのクライアントリスニングアドレスの取得. More...
 
void SetAddress (string address)
 mun_roomサーバのクライアントリスニングアドレスの設定. More...
 
UInt16 GetTcpPort ()
 mun_roomサーバのTCPクライアントリスニングポート番号の取得. More...
 
void SetTcpPort (UInt16 port)
 mun_roomサーバのTCPクライアントリスニングポート番号の設定. More...
 
UInt16 GetUdpPort ()
 mun_roomサーバのUDPクライアントリスニングポート番号の取得. More...
 
void SetUdpPort (UInt16 port)
 mun_roomサーバのUDPクライアントリスニングポート番号の設定. More...
 
UInt16 GetWsPort ()
 mun_roomサーバのWebSocketクライアントリスニングポート番号の取得. More...
 
void SetWsPort (UInt16 port)
 mun_roomサーバのWebSocketクライアントリスニングポート番号の設定. More...
 
UInt16 GetWssPort ()
 mun_roomサーバのWebSocketSecureクライアントリスニングポート番号の取得. More...
 
void SetWssPort (UInt16 port)
 mun_roomサーバのWebSocketSecureクライアントリスニングポート番号の設定. More...
 
IntPtr GetConnectionForRoomServer ()
 このクライアントが接続している mun_room サーバの接続モジュールの取得. More...
 
void SetConnectionForRoomServer (IntPtr pMunRoom)
 このクライアントが接続している mun_room サーバの接続モジュールの設定. More...
 
void AddAppId (UInt32 appId)
 MUN アプリケーション ID の登録. More...
 
void RemoveAppId (UInt32 appId)
 MUN アプリケーション ID の登録抹消. More...
 
Dictionary< UInt32, UInt64 > GetAppId ()
 登録されている MUN アプリケーション ID の取得. More...
 

Detailed Description

mun_roomサーバとの接続情報.

Member Function Documentation

void mun_master.RoomServerConnectInfo.AddAppId ( UInt32  appId)

MUN アプリケーション ID の登録.

Parameters
appId登録する MUN アプリケーション ID.
string mun_master.RoomServerConnectInfo.GetAddress ( )

mun_roomサーバのクライアントリスニングアドレスの取得.

Returns
mun_roomサーバのクライアントリスニングアドレスを返す.

Here is the caller graph for this function:

Dictionary<UInt32, UInt64> mun_master.RoomServerConnectInfo.GetAppId ( )

登録されている MUN アプリケーション ID の取得.

Returns
登録されている MUN アプリケーション ID を返す.
IntPtr mun_master.RoomServerConnectInfo.GetConnectionForRoomServer ( )

このクライアントが接続している mun_room サーバの接続モジュールの取得.

Returns
このクライアントが接続している mun_room サーバの接続モジュールを返す.

Here is the caller graph for this function:

UInt16 mun_master.RoomServerConnectInfo.GetTcpPort ( )

mun_roomサーバのTCPクライアントリスニングポート番号の取得.

Returns
mun_roomサーバのTCPクライアントリスニングポート番号を返す.

Here is the caller graph for this function:

UInt16 mun_master.RoomServerConnectInfo.GetUdpPort ( )

mun_roomサーバのUDPクライアントリスニングポート番号の取得.

Returns
mun_roomサーバのUDPクライアントリスニングポート番号を返す.

Here is the caller graph for this function:

UInt16 mun_master.RoomServerConnectInfo.GetWsPort ( )

mun_roomサーバのWebSocketクライアントリスニングポート番号の取得.

Returns
mun_roomサーバのWebSocketクライアントリスニングポート番号を返す.

Here is the caller graph for this function:

UInt16 mun_master.RoomServerConnectInfo.GetWssPort ( )

mun_roomサーバのWebSocketSecureクライアントリスニングポート番号の取得.

Returns
mun_roomサーバのWebSocketSecureクライアントリスニングポート番号を返す.

Here is the caller graph for this function:

void mun_master.RoomServerConnectInfo.RemoveAppId ( UInt32  appId)

MUN アプリケーション ID の登録抹消.

Parameters
appId登録抹消する MUN アプリケーション ID.

Here is the caller graph for this function:

void mun_master.RoomServerConnectInfo.SetAddress ( string  address)

mun_roomサーバのクライアントリスニングアドレスの設定.

Returns
address mun_roomサーバのクライアントリスニングアドレス.

Here is the caller graph for this function:

void mun_master.RoomServerConnectInfo.SetConnectionForRoomServer ( IntPtr  pMunRoom)

このクライアントが接続している mun_room サーバの接続モジュールの設定.

Returns
pMunRoom このクライアントが接続している mun_room サーバの接続モジュール.

Here is the caller graph for this function:

void mun_master.RoomServerConnectInfo.SetTcpPort ( UInt16  port)

mun_roomサーバのTCPクライアントリスニングポート番号の設定.

Returns
port mun_roomサーバのTCPクライアントリスニングポート番号.

Here is the caller graph for this function:

void mun_master.RoomServerConnectInfo.SetUdpPort ( UInt16  port)

mun_roomサーバのUDPクライアントリスニングポート番号の設定.

Returns
port mun_roomサーバのUDPクライアントリスニングポート番号.

Here is the caller graph for this function:

void mun_master.RoomServerConnectInfo.SetWsPort ( UInt16  port)

mun_roomサーバのWebSocketクライアントリスニングポート番号の設定.

Returns
port mun_roomサーバのWebSocketクライアントリスニングポート番号.

Here is the caller graph for this function:

void mun_master.RoomServerConnectInfo.SetWssPort ( UInt16  port)

mun_roomサーバのWebSocketSecureクライアントリスニングポート番号の設定.

Returns
port mun_roomサーバのWebSocketSecureクライアントリスニングポート番号.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: