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

mun_masterサーバからMUNクライアントに対して送信される、ロビー強制入室処理結果. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterLobbyForceJoinResponse:

Public Member Functions

 MasterLobbyForceJoinResponse ()
 コンストラクタ.
 
 MasterLobbyForceJoinResponse (int32 _result, SummaryRoomInfo *_roomInfo, uint16 _roomInfoLen)
 コンストラクタ. More...
 
MasterLobbyForceJoinResponseoperator= (const MasterLobbyForceJoinResponse &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

int32 result
 ロビー強制入室処理結果(列挙型ERRORCODE_IDの定数). More...
 
SummaryRoomInfo roomInfo [ROOM_LIST_MAX]
 ルーム統計情報. More...
 
uint16 roomInfoLen
 ルーム統計の登録数. More...
 

Static Public Attributes

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

Detailed Description

mun_masterサーバからMUNクライアントに対して送信される、ロビー強制入室処理結果.

Constructor & Destructor Documentation

STREAM::MasterLobbyForceJoinResponse::MasterLobbyForceJoinResponse ( int32  _result,
SummaryRoomInfo _roomInfo,
uint16  _roomInfoLen 
)

コンストラクタ.

Parameters
_resultロビー強制入室処理結果(列挙型ERRORCODE_IDの定数).
_roomInfoルーム統計情報の先頭アドレス.
_roomInfoLen_roomInfo の登録数.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterLobbyForceJoinResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

const uint16 STREAM::MasterLobbyForceJoinResponse::payloadType = MASTER_FUNCID_MASTER_LOBBY_FORCEJOINRESULT
static

payload_typeのID定数値.

int32 STREAM::MasterLobbyForceJoinResponse::result

ロビー強制入室処理結果(列挙型ERRORCODE_IDの定数).

SummaryRoomInfo STREAM::MasterLobbyForceJoinResponse::roomInfo[ROOM_LIST_MAX]

ルーム統計情報.

uint16 STREAM::MasterLobbyForceJoinResponse::roomInfoLen

ルーム統計の登録数.


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