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

mun_roomサーバからmun_masterサーバに対して送信される、ホストの変更処理結果. More...

#include <MunStream.hpp>

Public Member Functions

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

Public Attributes

uint64 roomId
 ルームID. More...
 
int32 hostId
 ホストID. More...
 

Static Public Attributes

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

Detailed Description

mun_roomサーバからmun_masterサーバに対して送信される、ホストの変更処理結果.

Constructor & Destructor Documentation

STREAM::RoomMasterUpdateHostIdResponse::RoomMasterUpdateHostIdResponse ( uint64  _roomId,
int32  _hostId 
)

コンストラクタ.

Parameters
_roomIdルームID.
_hostIdホストID.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the caller graph for this function:

uint32 STREAM::RoomMasterUpdateHostIdResponse::Size ( )

データサイズの取得.

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

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

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

Here is the caller graph for this function:

Member Data Documentation

int32 STREAM::RoomMasterUpdateHostIdResponse::hostId

ホストID.

const uint16 STREAM::RoomMasterUpdateHostIdResponse::payloadType = ROOMMASTER_FUNCID_ROOMMASTER_UPDATEHOSTIDRESULT
static

payload_typeのID定数値.

uint64 STREAM::RoomMasterUpdateHostIdResponse::roomId

ルームID.


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