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

MUNクライアントからmun_masterサーバに対して送信される、ルームパラメータ変更要求. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomUpdateRoomParametersRequest:

Public Member Functions

 MasterRoomUpdateRoomParametersRequest ()
 コンストラクタ.
 
 MasterRoomUpdateRoomParametersRequest (KeyValue *_roomParameters, uint16 _roomParametersLen)
 コンストラクタ. More...
 
MasterRoomUpdateRoomParametersRequestoperator= (const MasterRoomUpdateRoomParametersRequest &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

KeyValue roomParameters [ROOM_PARAMETERS_MAX]
 ルームパラメータ. More...
 
uint16 roomParametersLen
 ルームパラメータの登録数. More...
 

Static Public Attributes

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

Detailed Description

MUNクライアントからmun_masterサーバに対して送信される、ルームパラメータ変更要求.

Constructor & Destructor Documentation

STREAM::MasterRoomUpdateRoomParametersRequest::MasterRoomUpdateRoomParametersRequest ( KeyValue _roomParameters,
uint16  _roomParametersLen 
)

コンストラクタ.

Parameters
_roomParametersルームパラメータの先頭アドレス.
_roomParametersLen_roomParametersの登録数.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

uint32 STREAM::MasterRoomUpdateRoomParametersRequest::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const uint16 STREAM::MasterRoomUpdateRoomParametersRequest::payloadType = MASTER_FUNCID_MASTER_ROOM_UPDATEROOMPARAMETERS
static

payload_typeのID定数値.

KeyValue STREAM::MasterRoomUpdateRoomParametersRequest::roomParameters[ROOM_PARAMETERS_MAX]

ルームパラメータ.

uint16 STREAM::MasterRoomUpdateRoomParametersRequest::roomParametersLen

ルームパラメータの登録数.


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