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

mun_masterサーバからMUNクライアントに対して送信される、ロビー更新情報. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterLobbyUpdateResponse:

Public Member Functions

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

Public Attributes

SummaryLobbyInfo lobbyInfo
 ロビー統計情報. More...
 
uint8 isRemove
 そのロビーが削除されたかどうかのフラグ. More...
 

Static Public Attributes

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

Detailed Description

mun_masterサーバからMUNクライアントに対して送信される、ロビー更新情報.

Constructor & Destructor Documentation

STREAM::MasterLobbyUpdateResponse::MasterLobbyUpdateResponse ( SummaryLobbyInfo _lobbyInfo,
uint8  _isRemove 
)

コンストラクタ.

Parameters
_lobbyInfoロビー統計情報.
_isRemoveそのロビーが削除されたかどうかのフラグ.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterLobbyUpdateResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

uint8 STREAM::MasterLobbyUpdateResponse::isRemove

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

SummaryLobbyInfo STREAM::MasterLobbyUpdateResponse::lobbyInfo

ロビー統計情報.

const uint16 STREAM::MasterLobbyUpdateResponse::payloadType = MASTER_FUNCID_MASTER_LOBBY_UPDATERESULT
static

payload_typeのID定数値.


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