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

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomCreateRequest:

Public Member Functions

 MasterRoomCreateRequest ()
 コンストラクタ.
 
 MasterRoomCreateRequest (uint8 _protocol, CreateRoomInfo &_roomInfo, CreateLobbyInfo &_lobbyInfo)
 コンストラクタ. More...
 
MasterRoomCreateRequestoperator= (const MasterRoomCreateRequest &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

uint8 protocol
 問い合わせするルームサーバの接続プロトコルの要求について。0 なら TCP, 1なら UDP. More...
 
CreateRoomInfo roomInfo
 作成するルームの情報. More...
 
CreateLobbyInfo lobbyInfo
 ルームを所属させるロビーの情報. More...
 

Static Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

STREAM::MasterRoomCreateRequest::MasterRoomCreateRequest ( uint8  _protocol,
CreateRoomInfo _roomInfo,
CreateLobbyInfo _lobbyInfo 
)

コンストラクタ.

Parameters
_protocol問い合わせするルームサーバの接続プロトコルの要求について。0 なら TCP, 1なら UDP.
_roomInfo作成するルームの情報.
_lobbyInfoルームを所属させるロビーの情報.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

uint32 STREAM::MasterRoomCreateRequest::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

bool STREAM::MasterRoomCreateRequest::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

CreateLobbyInfo STREAM::MasterRoomCreateRequest::lobbyInfo

ルームを所属させるロビーの情報.

const uint16 STREAM::MasterRoomCreateRequest::payloadType = MASTER_FUNCID_MASTER_ROOM_CREATE
static

payload_typeのID定数値.

uint8 STREAM::MasterRoomCreateRequest::protocol

問い合わせするルームサーバの接続プロトコルの要求について。0 なら TCP, 1なら UDP.

CreateRoomInfo STREAM::MasterRoomCreateRequest::roomInfo

作成するルームの情報.


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