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

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

Static Public Member Functions

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

Detailed Description

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

Member Function Documentation

static bool mun_master.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:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_CheckResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterCheckResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Lobby_ForceJoinResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterLobbyForceJoinResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Lobby_UpdateResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterLobbyUpdateResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_CreateResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomCreateResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_ForceJoinResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomForceJoinResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_JoinResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomJoinResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_LeaveResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomLeaveResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_RandomJoinResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomRandomJoinResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_UpdateIsOpenResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomUpdateIsOpenResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_UpdateIsVisibleResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomUpdateIsVisibleResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_UpdateLobbyParametersResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomUpdateLobbyParametersResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_UpdateMaxPlayersResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomUpdateMaxPlayersResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_UpdatePlayerParametersResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomUpdatePlayerParametersResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_UpdateResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomUpdateResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Room_UpdateRoomParametersResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterRoomUpdateRoomParametersResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_SearchPlayersResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterSearchPlayersResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_Stats_UpdateResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.STREAM.MasterStatsUpdateResponse  response 
)
static

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

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

Here is the caller graph for this function:

static void mun_master.MunMasterSessionToProxyServer.Send_Master_UpdatePlayerNameResult ( MrsConnection  pMunProxy,
UInt64  proxyClientId,
mun.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:

static void mun_master.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 file: