Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.STREAM.MasterRoomJoinRequest Class Reference

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

Collaboration diagram for mun.STREAM.MasterRoomJoinRequest:

Public Member Functions

 MasterRoomJoinRequest ()
 コンストラクタ.
 
 MasterRoomJoinRequest (ref Byte _protocol, ref Text _roomName, ref KeyValue[] _playerParameters, ref UInt16 _playerParametersLen)
 コンストラクタ. More...
 
 MasterRoomJoinRequest (ref MasterRoomJoinRequest rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Byte protocol
 問い合わせするルームサーバの接続プロトコルの要求について。0 なら TCP, 1なら UDP. More...
 
Text roomName
 ルーム名. More...
 
KeyValue[] playerParameters
 プレイヤーパラメータ. More...
 
UInt16 playerParametersLen
 プレイヤーパラメータの登録数. More...
 

Properties

UInt16 payloadType [get]
 payload_typeのID定数値. More...
 

Detailed Description

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

Constructor & Destructor Documentation

mun.STREAM.MasterRoomJoinRequest.MasterRoomJoinRequest ( ref Byte  _protocol,
ref Text  _roomName,
ref KeyValue[]  _playerParameters,
ref UInt16  _playerParametersLen 
)

コンストラクタ.

Parameters
_protocol問い合わせするルームサーバの接続プロトコルの要求について。0 なら TCP, 1なら UDP.
_roomNameルーム名.
_playerParametersプレイヤーパラメータの先頭アドレス.
_playerParametersLen_playerParametersの登録数.
mun.STREAM.MasterRoomJoinRequest.MasterRoomJoinRequest ( ref MasterRoomJoinRequest  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

bool mun.STREAM.MasterRoomJoinRequest.Pack ( ref mrs.Buffer  buffer)

mrs::Bufferへのパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

bool mun.STREAM.MasterRoomJoinRequest.Unpack ( ref mrs.Buffer  buffer)

mrs::Bufferからのアンパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

Member Data Documentation

KeyValue [] mun.STREAM.MasterRoomJoinRequest.playerParameters

プレイヤーパラメータ.

UInt16 mun.STREAM.MasterRoomJoinRequest.playerParametersLen

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

Byte mun.STREAM.MasterRoomJoinRequest.protocol

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

Text mun.STREAM.MasterRoomJoinRequest.roomName

ルーム名.

Property Documentation

UInt16 mun.STREAM.MasterRoomJoinRequest.payloadType
get

payload_typeのID定数値.


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