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

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

Public Member Functions

 RoomMasterLoginPlayerRequest ()
 コンストラクタ.
 
 RoomMasterLoginPlayerRequest (ref UInt32 _clientUidForMasterServer, ref UInt64 _clientUidForProxyServer)
 コンストラクタ. More...
 
 RoomMasterLoginPlayerRequest (ref RoomMasterLoginPlayerRequest rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

mun.STREAM.RoomMasterLoginPlayerRequest.RoomMasterLoginPlayerRequest ( ref UInt32  _clientUidForMasterServer,
ref UInt64  _clientUidForProxyServer 
)

コンストラクタ.

Parameters
_clientUidForMasterServermun_masterサーバ側におけるクライアント識別ユニークID.
_clientUidForProxyServermun_proxyサーバ側におけるクライアント識別ユニークID.
mun.STREAM.RoomMasterLoginPlayerRequest.RoomMasterLoginPlayerRequest ( ref RoomMasterLoginPlayerRequest  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

Parameters
buffermrs::Bufferクラスオブジェクト.
bool mun.STREAM.RoomMasterLoginPlayerRequest.Unpack ( ref mrs.Buffer  buffer)

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

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

Member Data Documentation

UInt32 mun.STREAM.RoomMasterLoginPlayerRequest.clientUidForMasterServer

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

UInt64 mun.STREAM.RoomMasterLoginPlayerRequest.clientUidForProxyServer

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

Property Documentation

UInt16 mun.STREAM.RoomMasterLoginPlayerRequest.payloadType
get

payload_typeのID定数値.


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