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

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

#include <MunMasterClientConnectInfo.hpp>

Public Member Functions

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...
 
MrsConnection GetConnectionForProxyServer ()
 このクライアントが接続している mun_proxy サーバの接続モジュールの取得. More...
 
void SetConnectionForProxyServer (MrsConnection pMunProxy)
 このクライアントが接続している mun_proxy サーバの接続モジュールの設定. More...
 
uint32 GetAppId ()
 アプリケーションIDの取得. More...
 
void SetAppId (uint32 appId)
 アプリケーションIDの設定. More...
 
 ClientConnectInfo ()
 コンストラクタ.
 
virtual ~ClientConnectInfo ()
 デストラクタ.
 

Detailed Description

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

Member Function Documentation

uint32 ClientConnectInfo::GetAppId ( )

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

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

Here is the caller graph for this function:

MrsConnection ClientConnectInfo::GetConnectionForProxyServer ( )

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

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

Here is the caller graph for this function:

uint32 ClientConnectInfo::GetIdForMasterServer ( )

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

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

Here is the caller graph for this function:

uint64 ClientConnectInfo::GetIdForProxyServer ( )

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

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

Here is the caller graph for this function:

void ClientConnectInfo::SetAppId ( uint32  appId)

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

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

Here is the caller graph for this function:

void ClientConnectInfo::SetConnectionForProxyServer ( MrsConnection  pMunProxy)

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

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

Here is the caller graph for this function:

void ClientConnectInfo::SetIdForMasterServer ( uint32  id)

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

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

Here is the caller graph for this function:

void 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: