Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
STREAM::MasterCheckResponse Class Reference

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterCheckResponse:

Public Member Functions

 MasterCheckResponse ()
 コンストラクタ.
 
 MasterCheckResponse (int32 _result, Text &_msg, uint32 _clientUid, SummaryLobbyInfo *_lobbyInfo, uint16 _lobbyInfoLen)
 コンストラクタ. More...
 
MasterCheckResponseoperator= (const MasterCheckResponse &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

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

Static Public Attributes

static const uint16 payloadType = MASTER_FUNCID_MASTER_CHECKRESULT
 payload_typeのID定数値. More...
 

Detailed Description

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

Constructor & Destructor Documentation

STREAM::MasterCheckResponse::MasterCheckResponse ( int32  _result,
Text _msg,
uint32  _clientUid,
SummaryLobbyInfo _lobbyInfo,
uint16  _lobbyInfoLen 
)

コンストラクタ.

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

Member Function Documentation

MasterCheckResponse& STREAM::MasterCheckResponse::operator= ( const MasterCheckResponse rRef)

代入処理.

Parameters
rRef代入値.
bool STREAM::MasterCheckResponse::Pack ( MunBuffer buffer)

MunBufferへのパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterCheckResponse::Size ( )

データサイズの取得.

Returns
uint32 データサイズを返す.

Here is the call graph for this function:

bool STREAM::MasterCheckResponse::Unpack ( MunBuffer buffer)

MunBufferからのアンパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Here is the call graph for this function:

Member Data Documentation

uint32 STREAM::MasterCheckResponse::clientUid

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

SummaryLobbyInfo STREAM::MasterCheckResponse::lobbyInfo[LOBBY_LIST_MAX]

ロビー統計情報.

uint16 STREAM::MasterCheckResponse::lobbyInfoLen

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

Text STREAM::MasterCheckResponse::msg

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

const uint16 STREAM::MasterCheckResponse::payloadType = MASTER_FUNCID_MASTER_CHECKRESULT
static

payload_typeのID定数値.

int32 STREAM::MasterCheckResponse::result

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


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