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

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

Collaboration diagram for mun.STREAM.MasterRoomUpdateResponse:

Public Member Functions

 MasterRoomUpdateResponse ()
 コンストラクタ.
 
 MasterRoomUpdateResponse (ref SummaryRoomInfo _roomInfo, ref Byte _isRemove)
 コンストラクタ. More...
 
 MasterRoomUpdateResponse (ref MasterRoomUpdateResponse rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

SummaryRoomInfo roomInfo
 ルーム統計パラメータ. More...
 
Byte isRemove
 そのルームが削除されたかどうかのフラグ. More...
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

mun.STREAM.MasterRoomUpdateResponse.MasterRoomUpdateResponse ( ref SummaryRoomInfo  _roomInfo,
ref Byte  _isRemove 
)

コンストラクタ.

Parameters
_roomInfoルーム統計パラメータ.
_isRemoveそのルームが削除されたかどうかのフラグ.
mun.STREAM.MasterRoomUpdateResponse.MasterRoomUpdateResponse ( ref MasterRoomUpdateResponse  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

Byte mun.STREAM.MasterRoomUpdateResponse.isRemove

そのルームが削除されたかどうかのフラグ.

SummaryRoomInfo mun.STREAM.MasterRoomUpdateResponse.roomInfo

ルーム統計パラメータ.

Property Documentation

UInt16 mun.STREAM.MasterRoomUpdateResponse.payloadType
get

payload_typeのID定数値.


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