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

mun_masterサーバからMUNクライアントに対して送信される、ルーム退室処理結果. More...

Collaboration diagram for mun.STREAM.MasterRoomLeaveResponse:

Public Member Functions

 MasterRoomLeaveResponse ()
 コンストラクタ.
 
 MasterRoomLeaveResponse (ref Int32 _result, ref SummaryRoomInfo[] _roomInfo, ref UInt16 _roomInfoLen)
 コンストラクタ. More...
 
 MasterRoomLeaveResponse (ref MasterRoomLeaveResponse 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.MasterRoomLeaveResponse.MasterRoomLeaveResponse ( ref Int32  _result,
ref SummaryRoomInfo[]  _roomInfo,
ref UInt16  _roomInfoLen 
)

コンストラクタ.

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

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

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

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

Member Data Documentation

Int32 mun.STREAM.MasterRoomLeaveResponse.result

ルーム退室処理結果(列挙型ERRORCODE_IDの定数).

SummaryRoomInfo [] mun.STREAM.MasterRoomLeaveResponse.roomInfo

ルーム統計情報.

UInt16 mun.STREAM.MasterRoomLeaveResponse.roomInfoLen

ルーム統計の登録数.

Property Documentation

UInt16 mun.STREAM.MasterRoomLeaveResponse.payloadType
get

payload_typeのID定数値.


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