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

mun_roomサーバからmun_masterサーバに対して送信される、プレイヤーのルームログアウト処理結果. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::RoomMasterLogoutPlayerResponse:

Public Member Functions

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

Public Attributes

uint64 roomId
 ルームID. More...
 
RoomInfo roomInfo
 ルーム情報. More...
 
int32 playerId
 プレイヤーID. More...
 

Static Public Attributes

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

Detailed Description

mun_roomサーバからmun_masterサーバに対して送信される、プレイヤーのルームログアウト処理結果.

Constructor & Destructor Documentation

STREAM::RoomMasterLogoutPlayerResponse::RoomMasterLogoutPlayerResponse ( uint64  _roomId,
RoomInfo _roomInfo,
int32  _playerId 
)

コンストラクタ.

Parameters
_roomIdルームID.
_roomInfoルーム情報.
_playerInfoプレイヤー情報.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::RoomMasterLogoutPlayerResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const uint16 STREAM::RoomMasterLogoutPlayerResponse::payloadType = ROOMMASTER_FUNCID_ROOMMASTER_LOGOUTPLAYERRESULT
static

payload_typeのID定数値.

int32 STREAM::RoomMasterLogoutPlayerResponse::playerId

プレイヤーID.

uint64 STREAM::RoomMasterLogoutPlayerResponse::roomId

ルームID.

RoomInfo STREAM::RoomMasterLogoutPlayerResponse::roomInfo

ルーム情報.


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