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

mun_masterサーバからMUNクライアントに対して送信される、ルーム退室処理結果. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomLeaveResponse:

Public Member Functions

 MasterRoomLeaveResponse ()
 コンストラクタ.
 
 MasterRoomLeaveResponse (int32 _result, SummaryRoomInfo *_roomInfo, uint16 _roomInfoLen)
 コンストラクタ. More...
 
MasterRoomLeaveResponseoperator= (const MasterRoomLeaveResponse &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_ROOM_LEAVERESULT
 payload_typeのID定数値. More...
 

Detailed Description

mun_masterサーバからMUNクライアントに対して送信される、ルーム退室処理結果.

Constructor & Destructor Documentation

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

コンストラクタ.

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

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterRoomLeaveResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

const uint16 STREAM::MasterRoomLeaveResponse::payloadType = MASTER_FUNCID_MASTER_ROOM_LEAVERESULT
static

payload_typeのID定数値.

int32 STREAM::MasterRoomLeaveResponse::result

ルーム退室処理結果(列挙型ERRORCODE_IDの定数).

SummaryRoomInfo STREAM::MasterRoomLeaveResponse::roomInfo[ROOM_LIST_MAX]

ルーム統計情報.

uint16 STREAM::MasterRoomLeaveResponse::roomInfoLen

ルーム統計の登録数.


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