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

mun_masterサーバからMUNクライアントに対して送信される、ルーム内プレイヤー人数の上限変更処理結果. More...

#include <MunStream.hpp>

Public Member Functions

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

Public Attributes

uint32 maxPlayers
 ルーム内プレイヤー人数の上限. More...
 

Static Public Attributes

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

Detailed Description

mun_masterサーバからMUNクライアントに対して送信される、ルーム内プレイヤー人数の上限変更処理結果.

Constructor & Destructor Documentation

STREAM::MasterRoomUpdateMaxPlayersResponse::MasterRoomUpdateMaxPlayersResponse ( uint32  _maxPlayers)

コンストラクタ.

Parameters
_maxPlayersルーム内プレイヤー人数の上限.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the caller graph for this function:

uint32 STREAM::MasterRoomUpdateMaxPlayersResponse::Size ( )

データサイズの取得.

Returns
uint32 データサイズを返す.
bool STREAM::MasterRoomUpdateMaxPlayersResponse::Unpack ( MunBuffer buffer)

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

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

Member Data Documentation

uint32 STREAM::MasterRoomUpdateMaxPlayersResponse::maxPlayers

ルーム内プレイヤー人数の上限.

const uint16 STREAM::MasterRoomUpdateMaxPlayersResponse::payloadType = MASTER_FUNCID_MASTER_ROOM_UPDATEMAXPLAYERSRESULT
static

payload_typeのID定数値.


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