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

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomUpdateRoomParametersResponse:

Public Member Functions

 MasterRoomUpdateRoomParametersResponse ()
 コンストラクタ.
 
 MasterRoomUpdateRoomParametersResponse (KeyValue *_roomParameters, uint16 _roomParametersLen)
 コンストラクタ. More...
 
MasterRoomUpdateRoomParametersResponseoperator= (const MasterRoomUpdateRoomParametersResponse &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_UPDATEROOMPARAMETERSRESULT
 payload_typeのID定数値. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

コンストラクタ.

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

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterRoomUpdateRoomParametersResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

const uint16 STREAM::MasterRoomUpdateRoomParametersResponse::payloadType = MASTER_FUNCID_MASTER_ROOM_UPDATEROOMPARAMETERSRESULT
static

payload_typeのID定数値.

KeyValue STREAM::MasterRoomUpdateRoomParametersResponse::roomParameters[ROOM_PARAMETERS_MAX]

ルームパラメータ.

uint16 STREAM::MasterRoomUpdateRoomParametersResponse::roomParametersLen

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


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