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

mun_masterサーバからMUNクライアントに対して送信される、条件付きランダムルーム入室処理結果. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomRandomJoinResponse:

Public Member Functions

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

Public Attributes

int32 result
 条件付きランダムルーム入室処理結果(列挙型ERRORCODE_IDの定数). More...
 
Text msg
 条件付きランダムルーム入室処理結果(メッセージ文字列). More...
 
AddressInfo roomAddressInfo
 mun_roomサーバのアドレス情報. More...
 
uint64 roomUid
 mun_roomサーバ識別用ユニークID. More...
 

Static Public Attributes

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

Detailed Description

mun_masterサーバからMUNクライアントに対して送信される、条件付きランダムルーム入室処理結果.

Constructor & Destructor Documentation

STREAM::MasterRoomRandomJoinResponse::MasterRoomRandomJoinResponse ( int32  _result,
Text _msg,
AddressInfo _roomAddressInfo,
uint64  _roomUid 
)

コンストラクタ.

Parameters
_result条件付きランダムルーム入室処理結果(列挙型ERRORCODE_IDの定数).
_roomAddressInfomun_roomサーバのアドレス情報.
_roomUidmun_roomサーバ識別用ユニークID.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterRoomRandomJoinResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

Text STREAM::MasterRoomRandomJoinResponse::msg

条件付きランダムルーム入室処理結果(メッセージ文字列).

const uint16 STREAM::MasterRoomRandomJoinResponse::payloadType = MASTER_FUNCID_MASTER_ROOM_RANDOMJOINRESULT
static

payload_typeのID定数値.

int32 STREAM::MasterRoomRandomJoinResponse::result

条件付きランダムルーム入室処理結果(列挙型ERRORCODE_IDの定数).

AddressInfo STREAM::MasterRoomRandomJoinResponse::roomAddressInfo

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

uint64 STREAM::MasterRoomRandomJoinResponse::roomUid

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


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