Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.STREAM.MasterCheckResponse Class Reference

mun_masterサーバからMUNクライアントに対して送信される、mun_masterサーバ認証結果. More...

Collaboration diagram for mun.STREAM.MasterCheckResponse:

Public Member Functions

 MasterCheckResponse ()
 コンストラクタ.
 
 MasterCheckResponse (ref Int32 _result, ref Text _msg, ref UInt32 _clientUid, ref UInt64 _masterUid, ref SummaryLobbyInfo[] _lobbyInfo, ref UInt16 _lobbyInfoLen)
 コンストラクタ. More...
 
 MasterCheckResponse (ref MasterCheckResponse rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Int32 result
 認証結果(列挙型ERRORCODE_IDの定数). More...
 
Text msg
 認証結果(メッセージ文字列). More...
 
UInt32 clientUid
 mun_master が管理している、MUNクライアント自身の識別用ユニークID. More...
 
SummaryLobbyInfo[] lobbyInfo
 ロビー統計情報. More...
 
UInt16 lobbyInfoLen
 ロビー統計情報の登録数. More...
 

Properties

UInt16 payloadType [get]
 payload_typeのID定数値. More...
 

Detailed Description

mun_masterサーバからMUNクライアントに対して送信される、mun_masterサーバ認証結果.

Constructor & Destructor Documentation

mun.STREAM.MasterCheckResponse.MasterCheckResponse ( ref Int32  _result,
ref Text  _msg,
ref UInt32  _clientUid,
ref UInt64  _masterUid,
ref SummaryLobbyInfo[]  _lobbyInfo,
ref UInt16  _lobbyInfoLen 
)

コンストラクタ.

Parameters
_result認証結果(列挙型ERRORCODE_IDの定数).
_msg認証結果(メッセージ文字列).
_clientUidmun_master が管理している、MUNクライアント自身の識別用ユニークID.
_masterUidmun_masterサーバの識別用ユニークID.
_lobbyInfoロビー統計情報の先頭アドレス.
_lobbyInfoLen_lobbyInfoの登録数.
mun.STREAM.MasterCheckResponse.MasterCheckResponse ( ref MasterCheckResponse  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

bool mun.STREAM.MasterCheckResponse.Pack ( ref mrs.Buffer  buffer)

mrs::Bufferへのパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

bool mun.STREAM.MasterCheckResponse.Unpack ( ref mrs.Buffer  buffer)

mrs::Bufferからのアンパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

Member Data Documentation

UInt32 mun.STREAM.MasterCheckResponse.clientUid

mun_master が管理している、MUNクライアント自身の識別用ユニークID.

SummaryLobbyInfo [] mun.STREAM.MasterCheckResponse.lobbyInfo

ロビー統計情報.

UInt16 mun.STREAM.MasterCheckResponse.lobbyInfoLen

ロビー統計情報の登録数.

Text mun.STREAM.MasterCheckResponse.msg

認証結果(メッセージ文字列).

Int32 mun.STREAM.MasterCheckResponse.result

認証結果(列挙型ERRORCODE_IDの定数).

Property Documentation

UInt16 mun.STREAM.MasterCheckResponse.payloadType
get

payload_typeのID定数値.


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