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

mun_masterサーバからMUNクライアントに対して送信される、ルーム情報可視化設定変更処理結果. More...

#include <MunStream.hpp>

Public Member Functions

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

Public Attributes

uint8 isVisible
 ルーム情報をロビーに通知するかどうかのフラグ. More...
 

Static Public Attributes

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

Detailed Description

mun_masterサーバからMUNクライアントに対して送信される、ルーム情報可視化設定変更処理結果.

Constructor & Destructor Documentation

STREAM::MasterRoomUpdateIsVisibleResponse::MasterRoomUpdateIsVisibleResponse ( uint8  _isVisible)

コンストラクタ.

Parameters
_isVisibleルーム情報をロビーに通知するかどうかのフラグ.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the caller graph for this function:

uint32 STREAM::MasterRoomUpdateIsVisibleResponse::Size ( )

データサイズの取得.

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

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

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

Member Data Documentation

uint8 STREAM::MasterRoomUpdateIsVisibleResponse::isVisible

ルーム情報をロビーに通知するかどうかのフラグ.

const uint16 STREAM::MasterRoomUpdateIsVisibleResponse::payloadType = MASTER_FUNCID_MASTER_ROOM_UPDATEISVISIBLERESULT
static

payload_typeのID定数値.


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