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

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomUpdateResponse:

Public Member Functions

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

Public Attributes

SummaryRoomInfo roomInfo
 ルーム統計パラメータ. More...
 
uint8 isRemove
 そのルームが削除されたかどうかのフラグ. More...
 

Static Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

STREAM::MasterRoomUpdateResponse::MasterRoomUpdateResponse ( SummaryRoomInfo _roomInfo,
uint8  _isRemove 
)

コンストラクタ.

Parameters
_roomInfoルーム統計パラメータ.
_isRemoveそのルームが削除されたかどうかのフラグ.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterRoomUpdateResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

uint8 STREAM::MasterRoomUpdateResponse::isRemove

そのルームが削除されたかどうかのフラグ.

const uint16 STREAM::MasterRoomUpdateResponse::payloadType = MASTER_FUNCID_MASTER_ROOM_UPDATERESULT
static

payload_typeのID定数値.

SummaryRoomInfo STREAM::MasterRoomUpdateResponse::roomInfo

ルーム統計パラメータ.


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