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

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomUpdateLobbyParametersResponse:

Public Member Functions

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

Public Attributes

Text lobbyParameters [LOBBY_PARAMETERS_MAX]
 ロビー通知パラメータ. More...
 
uint16 lobbyParametersLen
 ロビー通知パラメータの登録数. More...
 

Static Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

STREAM::MasterRoomUpdateLobbyParametersResponse::MasterRoomUpdateLobbyParametersResponse ( Text _lobbyParameters,
uint16  _lobbyParametersLen 
)

コンストラクタ.

Parameters
_lobbyParametersロビー通知パラメータの先頭アドレス.
_lobbyParametersLen_lobbyParametersの登録数.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterRoomUpdateLobbyParametersResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

Text STREAM::MasterRoomUpdateLobbyParametersResponse::lobbyParameters[LOBBY_PARAMETERS_MAX]

ロビー通知パラメータ.

uint16 STREAM::MasterRoomUpdateLobbyParametersResponse::lobbyParametersLen

ロビー通知パラメータの登録数.

const uint16 STREAM::MasterRoomUpdateLobbyParametersResponse::payloadType = MASTER_FUNCID_MASTER_ROOM_UPDATELOBBYPARAMETERSRESULT
static

payload_typeのID定数値.


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