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

mun_proxyサーバとのネットワーク接続処理クラス. More...

#include <MunMasterSessionToProxyServer.hpp>

Static Public Member Functions

static bool Initialize (MunMasterConfigure &configure)
 初期化処理. More...
 
static void Update (uint64 updateInterval)
 更新処理(個別送信処理). More...
 
static void Finalize ()
 終了処理.
 
static void Send_Master_Lobby_UpdateResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterLobbyUpdateResponse &response)
 mun_proxyサーバに対し、ロビー更新情報を渡す. More...
 
static void Send_Master_Room_UpdateResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomUpdateResponse &response)
 mun_proxyサーバに対し、ルーム更新情報を渡す. More...
 
static void Send_Master_CheckResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterCheckResponse &response)
 mun_proxyサーバに対し、認証処理結果を渡す. More...
 
static void Send_Master_Lobby_ForceJoinResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterLobbyForceJoinResponse &response)
 mun_proxyサーバに対し、強制ロビー入室処理結果を渡す. More...
 
static void Send_Master_Room_CreateResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomCreateResponse &response)
 mun_proxyサーバに対し、ルーム作成処理結果を渡す. More...
 
static void Send_Master_Room_ForceJoinResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomForceJoinResponse &response)
 mun_proxyサーバに対し、ルーム強制入室処理結果を渡す. More...
 
static void Send_Master_Room_JoinResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomJoinResponse &response)
 mun_proxyサーバに対し、ルーム入室処理結果を渡す. More...
 
static void Send_Master_Room_RandomJoinResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomRandomJoinResponse &response)
 mun_proxyサーバに対し、条件付きランダムルーム入室処理結果を渡す. More...
 
static void Send_Master_Room_LeaveResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomLeaveResponse &response)
 mun_proxyサーバに対し、ルーム退室処理結果を渡す. More...
 
static void Send_Master_Room_UpdateMaxPlayersResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomUpdateMaxPlayersResponse &response)
 mun_proxyサーバに対し、ルーム内プレイヤー数上限変更処理結果を渡す. More...
 
static void Send_Master_Room_UpdateIsVisibleResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomUpdateIsVisibleResponse &response)
 mun_proxyサーバに対し、ルーム情報可視化設定変更処理結果を渡す. More...
 
static void Send_Master_Room_UpdateIsOpenResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomUpdateIsOpenResponse &response)
 mun_proxyサーバに対し、ルーム入室可否設定変更処理結果を渡す. More...
 
static void Send_Master_Room_UpdateRoomParametersResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomUpdateRoomParametersResponse &response)
 mun_proxyサーバに対し、ルームパラメータ変更処理結果を渡す. More...
 
static void Send_Master_Room_UpdateLobbyParametersResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomUpdateLobbyParametersResponse &response)
 mun_proxyサーバに対し、ロビーパラメータ変更処理結果を渡す. More...
 
static void Send_Master_SearchPlayersResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterSearchPlayersResponse &response)
 mun_proxyサーバに対し、プレイヤー検索処理結果を渡す. More...
 
static void Send_Master_Stats_UpdateResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterStatsUpdateResponse &response)
 mun_proxyサーバを経由してMUNクライアントに対し、サーバ統計情報を渡す. More...
 
static void Send_Master_Room_UpdatePlayerParametersResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterRoomUpdatePlayerParametersResponse &response)
 mun_proxyサーバに対し、プレイヤーパラメータ変更処理結果を渡す. More...
 
static void Send_Master_UpdatePlayerNameResult (MrsConnection pMunProxy, uint64 proxyClientId, STREAM::MasterUpdatePlayerNameResponse &response)
 mun_proxyサーバに対し、プレイヤー名変更処理結果を渡す. More...
 

Detailed Description

mun_proxyサーバとのネットワーク接続処理クラス.

Member Function Documentation

bool MunMasterSessionToProxyServer::Initialize ( MunMasterConfigure configure)
static

初期化処理.

Parameters
configuremun_masterサーバ起動設定情報.
Returns
初期化処理に成功したら true 、失敗したら false を返す。

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_CheckResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterCheckResponse response 
)
static

mun_proxyサーバに対し、認証処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、認証処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Lobby_ForceJoinResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterLobbyForceJoinResponse response 
)
static

mun_proxyサーバに対し、強制ロビー入室処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、強制ロビー入室処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Lobby_UpdateResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterLobbyUpdateResponse response 
)
static

mun_proxyサーバに対し、ロビー更新情報を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ロビー更新情報を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_CreateResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomCreateResponse response 
)
static

mun_proxyサーバに対し、ルーム作成処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ルーム作成処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_ForceJoinResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomForceJoinResponse response 
)
static

mun_proxyサーバに対し、ルーム強制入室処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ルーム強制入室処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_JoinResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomJoinResponse response 
)
static

mun_proxyサーバに対し、ルーム入室処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ルーム入室処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_LeaveResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomLeaveResponse response 
)
static

mun_proxyサーバに対し、ルーム退室処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ルーム退室処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_RandomJoinResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomRandomJoinResponse response 
)
static

mun_proxyサーバに対し、条件付きランダムルーム入室処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、条件付きランダムルーム入室処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_UpdateIsOpenResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomUpdateIsOpenResponse response 
)
static

mun_proxyサーバに対し、ルーム入室可否設定変更処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ルーム入室可否設定変更処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_UpdateIsVisibleResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomUpdateIsVisibleResponse response 
)
static

mun_proxyサーバに対し、ルーム情報可視化設定変更処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ルーム情報可視化設定変更処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_UpdateLobbyParametersResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomUpdateLobbyParametersResponse response 
)
static

mun_proxyサーバに対し、ロビーパラメータ変更処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ロビーパラメータ変更処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_UpdateMaxPlayersResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomUpdateMaxPlayersResponse response 
)
static

mun_proxyサーバに対し、ルーム内プレイヤー数上限変更処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ルーム内プレイヤー数上限変更処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_UpdatePlayerParametersResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomUpdatePlayerParametersResponse response 
)
static

mun_proxyサーバに対し、プレイヤーパラメータ変更処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、プレイヤーパラメータ変更処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_UpdateResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomUpdateResponse response 
)
static

mun_proxyサーバに対し、ルーム更新情報を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ルーム更新情報を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Room_UpdateRoomParametersResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterRoomUpdateRoomParametersResponse response 
)
static

mun_proxyサーバに対し、ルームパラメータ変更処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、ルームパラメータ変更処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_SearchPlayersResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterSearchPlayersResponse response 
)
static

mun_proxyサーバに対し、プレイヤー検索処理結果を渡す.

mun_proxyサーバを経由してMUNクライアントに対し、プレイヤー検索処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_Stats_UpdateResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterStatsUpdateResponse response 
)
static

mun_proxyサーバを経由してMUNクライアントに対し、サーバ統計情報を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Send_Master_UpdatePlayerNameResult ( MrsConnection  pMunProxy,
uint64  proxyClientId,
STREAM::MasterUpdatePlayerNameResponse response 
)
static

mun_proxyサーバに対し、プレイヤー名変更処理結果を渡す.

Parameters
pMunProxymun_proxyサーバ側の接続モジュール.
proxyClientIdmun_proxyサーバ経由で送信してきた、mun_proxyサーバ上のMUNクライアント識別ユニークID.
responsemun_proxyサーバ経由でMUNクライアントに返信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMasterSessionToProxyServer::Update ( uint64  updateInterval)
static

更新処理(個別送信処理).

Parameters
updateInterval更新間隔(ミリ秒).

Here is the caller graph for this function:


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