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

mun_roomサーバからmun_masterサーバに対して送信される、プレイヤーのルームログイン要求. More...

#include <MunStream.hpp>

Public Member Functions

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

Public Attributes

uint32 clientUidForMasterServer
 mun_masterサーバ側におけるクライアント識別ユニークID. More...
 
uint64 clientUidForProxyServer
 mun_proxyサーバ側におけるクライアント識別ユニークID. More...
 

Static Public Attributes

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

Detailed Description

mun_roomサーバからmun_masterサーバに対して送信される、プレイヤーのルームログイン要求.

Constructor & Destructor Documentation

STREAM::RoomMasterLoginPlayerRequest::RoomMasterLoginPlayerRequest ( uint32  _clientUidForMasterServer,
uint64  _clientUidForProxyServer 
)

コンストラクタ.

Parameters
_clientUidForMasterServermun_masterサーバ側におけるクライアント識別ユニークID.
_clientUidForProxyServermun_proxyサーバ側におけるクライアント識別ユニークID.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the caller graph for this function:

uint32 STREAM::RoomMasterLoginPlayerRequest::Size ( )

データサイズの取得.

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

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

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

Here is the caller graph for this function:

Member Data Documentation

uint32 STREAM::RoomMasterLoginPlayerRequest::clientUidForMasterServer

mun_masterサーバ側におけるクライアント識別ユニークID.

uint64 STREAM::RoomMasterLoginPlayerRequest::clientUidForProxyServer

mun_proxyサーバ側におけるクライアント識別ユニークID.

const uint16 STREAM::RoomMasterLoginPlayerRequest::payloadType = ROOMMASTER_FUNCID_ROOMMASTER_LOGINPLAYER
static

payload_typeのID定数値.


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