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

MUNクライアントの接続情報. More...

Inheritance diagram for mun_master.ClientConnectInfo:
Collaboration diagram for mun_master.ClientConnectInfo:

Public Member Functions

int CompareTo (object rh)
 オブジェクトの比較. More...
 
UInt32 GetIdForMasterServer ()
 mun_masterサーバ上のクライアント識別用ユニークIDの取得. More...
 
void SetIdForMasterServer (UInt32 id)
 mun_masterサーバ上のクライアント識別用ユニークIDの設定. More...
 
UInt64 GetIdForProxyServer ()
 mun_proxyサーバ上のクライアント識別用ユニークIDの取得. More...
 
void SetIdForProxyServer (UInt64 id)
 mun_proxyサーバ上のクライアント識別用ユニークIDの設定. More...
 
IntPtr GetConnectionForProxyServer ()
 このクライアントが接続している mun_proxy サーバの接続モジュールの取得. More...
 
void SetConnectionForProxyServer (IntPtr pMunProxy)
 このクライアントが接続している mun_proxy サーバの接続モジュールの設定. More...
 
UInt32 GetAppId ()
 アプリケーションIDの取得. More...
 
void SetAppId (UInt32 appId)
 アプリケーションIDの設定. More...
 

Detailed Description

MUNクライアントの接続情報.

Member Function Documentation

int mun_master.ClientConnectInfo.CompareTo ( object  rh)

オブジェクトの比較.

Returns
同一であれば0、異なっていれば1を返す。
UInt32 mun_master.ClientConnectInfo.GetAppId ( )

アプリケーションIDの取得.

Returns
アプリケーションIDを返す.

Here is the caller graph for this function:

IntPtr mun_master.ClientConnectInfo.GetConnectionForProxyServer ( )

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

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

Here is the caller graph for this function:

UInt32 mun_master.ClientConnectInfo.GetIdForMasterServer ( )

mun_masterサーバ上のクライアント識別用ユニークIDの取得.

Returns
mun_masterサーバ上のクライアント識別用ユニークIDを返す.
UInt64 mun_master.ClientConnectInfo.GetIdForProxyServer ( )

mun_proxyサーバ上のクライアント識別用ユニークIDの取得.

Returns
mun_proxyサーバ上のクライアント識別用ユニークIDを返す.

Here is the caller graph for this function:

void mun_master.ClientConnectInfo.SetAppId ( UInt32  appId)

アプリケーションIDの設定.

Returns
appId アプリケーションID.

Here is the caller graph for this function:

void mun_master.ClientConnectInfo.SetConnectionForProxyServer ( IntPtr  pMunProxy)

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

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

Here is the caller graph for this function:

void mun_master.ClientConnectInfo.SetIdForMasterServer ( UInt32  id)

mun_masterサーバ上のクライアント識別用ユニークIDの設定.

Returns
id mun_masterサーバ上のクライアント識別用ユニークID.

Here is the caller graph for this function:

void mun_master.ClientConnectInfo.SetIdForProxyServer ( UInt64  id)

mun_proxyサーバ上のクライアント識別用ユニークIDの設定.

Returns
id mun_proxyサーバ上のクライアント識別用ユニークID.

Here is the caller graph for this function:


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