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

mun_roomサーバからmun_masterサーバに対して送信される、プレイヤーのルームログアウト処理結果. More...

Collaboration diagram for mun.STREAM.RoomMasterLogoutPlayerResponse:

Public Member Functions

 RoomMasterLogoutPlayerResponse ()
 コンストラクタ.
 
 RoomMasterLogoutPlayerResponse (UInt64 _roomId, ref RoomInfo _roomInfo, Int32 _playerId)
 コンストラクタ. More...
 
 RoomMasterLogoutPlayerResponse (ref RoomMasterLogoutPlayerResponse rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

UInt64 roomId
 ルームID. More...
 
RoomInfo roomInfo
 ルーム情報. More...
 
Int32 playerId
 プレイヤーID. More...
 

Properties

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

Detailed Description

mun_roomサーバからmun_masterサーバに対して送信される、プレイヤーのルームログアウト処理結果.

Constructor & Destructor Documentation

mun.STREAM.RoomMasterLogoutPlayerResponse.RoomMasterLogoutPlayerResponse ( UInt64  _roomId,
ref RoomInfo  _roomInfo,
Int32  _playerId 
)

コンストラクタ.

Parameters
_roomIdルームID.
_roomInfoルーム情報.
_playerInfoプレイヤー情報.
mun.STREAM.RoomMasterLogoutPlayerResponse.RoomMasterLogoutPlayerResponse ( ref RoomMasterLogoutPlayerResponse  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

Int32 mun.STREAM.RoomMasterLogoutPlayerResponse.playerId

プレイヤーID.

UInt64 mun.STREAM.RoomMasterLogoutPlayerResponse.roomId

ルームID.

RoomInfo mun.STREAM.RoomMasterLogoutPlayerResponse.roomInfo

ルーム情報.

Property Documentation

UInt16 mun.STREAM.RoomMasterLogoutPlayerResponse.payloadType
get

payload_typeのID定数値.


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