7 #ifndef __MUN_MASTER_CLIENT_CONNECT_INFO_HPP__ 8 #define __MUN_MASTER_CLIENT_CONNECT_INFO_HPP__ 19 uint32 m_UidForMasterServer;
22 uint64 m_UidForProxyServer;
25 MrsConnection m_pMunProxy;
77 void SetAppId(uint32 appId) { m_AppId = appId; }
85 m_UidForMasterServer = 0;
86 m_UidForProxyServer = 0;
uint32 GetAppId()
アプリケーションIDの取得.
Definition: MunMasterClientConnectInfo.hpp:71
MUNクライアントの接続情報.
Definition: MunMasterClientConnectInfo.hpp:15
ClientConnectInfo()
コンストラクタ.
Definition: MunMasterClientConnectInfo.hpp:83
uint32 GetIdForMasterServer()
mun_masterサーバ上のクライアント識別用ユニークIDの取得.
Definition: MunMasterClientConnectInfo.hpp:35
uint64 GetIdForProxyServer()
mun_proxyサーバ上のクライアント識別用ユニークIDの取得.
Definition: MunMasterClientConnectInfo.hpp:47
MrsConnection GetConnectionForProxyServer()
このクライアントが接続している mun_proxy サーバの接続モジュールの取得.
Definition: MunMasterClientConnectInfo.hpp:59
void SetConnectionForProxyServer(MrsConnection pMunProxy)
このクライアントが接続している mun_proxy サーバの接続モジュールの設定.
Definition: MunMasterClientConnectInfo.hpp:65
void SetAppId(uint32 appId)
アプリケーションIDの設定.
Definition: MunMasterClientConnectInfo.hpp:77
virtual ~ClientConnectInfo()
デストラクタ.
Definition: MunMasterClientConnectInfo.hpp:94
void SetIdForMasterServer(uint32 id)
mun_masterサーバ上のクライアント識別用ユニークIDの設定.
Definition: MunMasterClientConnectInfo.hpp:41
void SetIdForProxyServer(uint64 id)
mun_proxyサーバ上のクライアント識別用ユニークIDの設定.
Definition: MunMasterClientConnectInfo.hpp:53