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

MUNクライアントからmun_masterサーバに対して送信される、ロビー強制入室要求. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterLobbyForceJoinRequest:

Public Member Functions

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

Public Attributes

CreateLobbyInfo lobbyInfo
 ロビー作成情報. More...
 

Static Public Attributes

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

Detailed Description

MUNクライアントからmun_masterサーバに対して送信される、ロビー強制入室要求.

Constructor & Destructor Documentation

STREAM::MasterLobbyForceJoinRequest::MasterLobbyForceJoinRequest ( CreateLobbyInfo _lobbyInfo)

コンストラクタ.

Parameters
_lobbyInfoロビー作成情報.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

uint32 STREAM::MasterLobbyForceJoinRequest::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

bool STREAM::MasterLobbyForceJoinRequest::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::MasterLobbyForceJoinRequest::lobbyInfo

ロビー作成情報.

const uint16 STREAM::MasterLobbyForceJoinRequest::payloadType = MASTER_FUNCID_MASTER_LOBBY_FORCEJOIN
static

payload_typeのID定数値.


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