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

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

Collaboration diagram for mun.STREAM.MasterLobbyForceJoinResponse:

Public Member Functions

 MasterLobbyForceJoinResponse ()
 コンストラクタ.
 
 MasterLobbyForceJoinResponse (ref Int32 _result, ref SummaryRoomInfo[] _roomInfo, ref UInt16 _roomInfoLen)
 コンストラクタ. More...
 
 MasterLobbyForceJoinResponse (ref MasterLobbyForceJoinResponse rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Int32 result
 ロビー強制入室処理結果(列挙型ERRORCODE_IDの定数). More...
 
SummaryRoomInfo[] roomInfo
 ルーム統計情報. More...
 
UInt16 roomInfoLen
 ルーム統計の登録数. More...
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

mun.STREAM.MasterLobbyForceJoinResponse.MasterLobbyForceJoinResponse ( ref Int32  _result,
ref SummaryRoomInfo[]  _roomInfo,
ref UInt16  _roomInfoLen 
)

コンストラクタ.

Parameters
_resultロビー強制入室処理結果(列挙型ERRORCODE_IDの定数).
_roomInfoルーム統計情報の先頭アドレス.
_roomInfoLen_roomInfo の登録数.
mun.STREAM.MasterLobbyForceJoinResponse.MasterLobbyForceJoinResponse ( ref MasterLobbyForceJoinResponse  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

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

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

Member Data Documentation

Int32 mun.STREAM.MasterLobbyForceJoinResponse.result

ロビー強制入室処理結果(列挙型ERRORCODE_IDの定数).

SummaryRoomInfo [] mun.STREAM.MasterLobbyForceJoinResponse.roomInfo

ルーム統計情報.

UInt16 mun.STREAM.MasterLobbyForceJoinResponse.roomInfoLen

ルーム統計の登録数.

Property Documentation

UInt16 mun.STREAM.MasterLobbyForceJoinResponse.payloadType
get

payload_typeのID定数値.


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