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

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

#include <MunStream.hpp>

Public Member Functions

 MasterRoomUpdateIsVisibleRequest ()
 コンストラクタ.
 
 MasterRoomUpdateIsVisibleRequest (uint8 _isVisible)
 コンストラクタ. More...
 
MasterRoomUpdateIsVisibleRequestoperator= (const MasterRoomUpdateIsVisibleRequest &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_UPDATEISVISIBLE
 payload_typeのID定数値. More...
 

Detailed Description

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

Constructor & Destructor Documentation

STREAM::MasterRoomUpdateIsVisibleRequest::MasterRoomUpdateIsVisibleRequest ( uint8  _isVisible)

コンストラクタ.

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

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

Parameters
bufferMunBufferクラスオブジェクト.
uint32 STREAM::MasterRoomUpdateIsVisibleRequest::Size ( )

データサイズの取得.

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

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

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

Here is the caller graph for this function:

Member Data Documentation

uint8 STREAM::MasterRoomUpdateIsVisibleRequest::isVisible

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

const uint16 STREAM::MasterRoomUpdateIsVisibleRequest::payloadType = MASTER_FUNCID_MASTER_ROOM_UPDATEISVISIBLE
static

payload_typeのID定数値.


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