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

mun_masterサーバからMUNクライアントに対して送信される、ルーム作成処理結果. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomCreateResponse:

Public Member Functions

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

Public Attributes

int32 result
 ルーム作成処理結果(列挙型ERRORCODE_IDの定数). More...
 
AddressInfo roomAddressInfo
 mun_roomサーバのアドレス情報. More...
 
uint64 roomUid
 mun_roomサーバ識別用ユニークID. More...
 

Static Public Attributes

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

Detailed Description

mun_masterサーバからMUNクライアントに対して送信される、ルーム作成処理結果.

Constructor & Destructor Documentation

STREAM::MasterRoomCreateResponse::MasterRoomCreateResponse ( int32  _result,
AddressInfo _roomAddressInfo,
uint64  _roomUid 
)

コンストラクタ.

Parameters
_resultルーム作成処理結果(列挙型ERRORCODE_IDの定数).
_roomAddressInfomun_roomサーバのアドレス情報.
_roomUidmun_roomサーバ識別用ユニークID.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterRoomCreateResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

const uint16 STREAM::MasterRoomCreateResponse::payloadType = MASTER_FUNCID_MASTER_ROOM_CREATERESULT
static

payload_typeのID定数値.

int32 STREAM::MasterRoomCreateResponse::result

ルーム作成処理結果(列挙型ERRORCODE_IDの定数).

AddressInfo STREAM::MasterRoomCreateResponse::roomAddressInfo

mun_roomサーバのアドレス情報.

uint64 STREAM::MasterRoomCreateResponse::roomUid

mun_roomサーバ識別用ユニークID.


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