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

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomForceJoinResponse:

Public Member Functions

 MasterRoomForceJoinResponse ()
 コンストラクタ.
 
 MasterRoomForceJoinResponse (int32 _result, AddressInfo &_roomAddressInfo, uint64 _roomUid)
 コンストラクタ. More...
 
MasterRoomForceJoinResponseoperator= (const MasterRoomForceJoinResponse &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_FORCEJOINRESULT
 payload_typeのID定数値. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

コンストラクタ.

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

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterRoomForceJoinResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

const uint16 STREAM::MasterRoomForceJoinResponse::payloadType = MASTER_FUNCID_MASTER_ROOM_FORCEJOINRESULT
static

payload_typeのID定数値.

int32 STREAM::MasterRoomForceJoinResponse::result

ルーム強制入室処理結果(列挙型ERRORCODE_IDの定数).

AddressInfo STREAM::MasterRoomForceJoinResponse::roomAddressInfo

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

uint64 STREAM::MasterRoomForceJoinResponse::roomUid

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


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