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

MUNクライアントからmun_masterサーバに対して送信される、条件付きランダムルーム入室要求. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterRoomRandomJoinRequest:

Public Member Functions

 MasterRoomRandomJoinRequest ()
 コンストラクタ.
 
 MasterRoomRandomJoinRequest (uint8 _protocol, uint32 _maxPlayers, uint8 _matchingMode, LobbyInfo &_lobbyInfo, Text &_keyValueFilter, KeyValue *_roomParameters, uint16 _roomParametersLen, KeyValue *_playerParameters, uint16 _playerParametersLen)
 コンストラクタ. More...
 
MasterRoomRandomJoinRequestoperator= (const MasterRoomRandomJoinRequest &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...
 
uint32 maxPlayers
 ルーム内プレイヤー人数の上限. More...
 
uint8 matchingMode
 マッチングモード. More...
 
LobbyInfo lobbyInfo
 ロビー情報. More...
 
Text keyValueFilter
 範囲検索用クエリー. More...
 
KeyValue roomParameters [ROOM_PARAMETERS_MAX]
 ルームパラメータ. More...
 
uint16 roomParametersLen
 ルームパラメータの登録数. More...
 
KeyValue playerParameters [PLAYER_PARAMETERS_MAX]
 プレイヤーパラメータ. More...
 
uint16 playerParametersLen
 プレイヤーパラメータの登録数. More...
 

Static Public Attributes

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

Detailed Description

MUNクライアントからmun_masterサーバに対して送信される、条件付きランダムルーム入室要求.

Constructor & Destructor Documentation

STREAM::MasterRoomRandomJoinRequest::MasterRoomRandomJoinRequest ( uint8  _protocol,
uint32  _maxPlayers,
uint8  _matchingMode,
LobbyInfo _lobbyInfo,
Text _keyValueFilter,
KeyValue _roomParameters,
uint16  _roomParametersLen,
KeyValue _playerParameters,
uint16  _playerParametersLen 
)

コンストラクタ.

Parameters
_protocol問い合わせするルームサーバの接続プロトコルの要求について。0 なら TCP, 1なら UDP.
_maxPlayersルーム内プレイヤー人数の上限.
_matchingModeマッチングモード.
_lobbyInfoロビー情報.
_keyValueFilter範囲検索用クエリー.
_roomParametersルームパラメータの先頭アドレス.
_roomParametersLen_roomParametersの登録数.
_playerParametersプレイヤーパラメータの先頭アドレス.
_playerParametersLen_playerParametersの登録数.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

uint32 STREAM::MasterRoomRandomJoinRequest::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

Text STREAM::MasterRoomRandomJoinRequest::keyValueFilter

範囲検索用クエリー.

LobbyInfo STREAM::MasterRoomRandomJoinRequest::lobbyInfo

ロビー情報.

uint8 STREAM::MasterRoomRandomJoinRequest::matchingMode

マッチングモード.

uint32 STREAM::MasterRoomRandomJoinRequest::maxPlayers

ルーム内プレイヤー人数の上限.

const uint16 STREAM::MasterRoomRandomJoinRequest::payloadType = MASTER_FUNCID_MASTER_ROOM_RANDOMJOIN
static

payload_typeのID定数値.

KeyValue STREAM::MasterRoomRandomJoinRequest::playerParameters[PLAYER_PARAMETERS_MAX]

プレイヤーパラメータ.

uint16 STREAM::MasterRoomRandomJoinRequest::playerParametersLen

プレイヤーパラメータの登録数.

uint8 STREAM::MasterRoomRandomJoinRequest::protocol

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

KeyValue STREAM::MasterRoomRandomJoinRequest::roomParameters[ROOM_PARAMETERS_MAX]

ルームパラメータ.

uint16 STREAM::MasterRoomRandomJoinRequest::roomParametersLen

ルームパラメータの登録数.


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