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

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

Collaboration diagram for mun.STREAM.MasterRoomRandomJoinResponse:

Public Member Functions

 MasterRoomRandomJoinResponse ()
 コンストラクタ.
 
 MasterRoomRandomJoinResponse (ref Int32 _result, ref Text _msg, ref AddressInfo _roomAddressInfo, ref UInt64 _roomUid)
 コンストラクタ. More...
 
 MasterRoomRandomJoinResponse (ref MasterRoomRandomJoinResponse 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...
 
Text msg
 条件付きランダムルーム入室処理結果(メッセージ文字列). More...
 
AddressInfo roomAddressInfo
 mun_roomサーバのアドレス情報. More...
 
UInt64 roomUid
 mun_roomサーバ識別用ユニークID. More...
 

Properties

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

Detailed Description

mun_masterサーバからMUNクライアントに対して送信される、条件付きランダムルーム入室処理結果.

Constructor & Destructor Documentation

mun.STREAM.MasterRoomRandomJoinResponse.MasterRoomRandomJoinResponse ( ref Int32  _result,
ref Text  _msg,
ref AddressInfo  _roomAddressInfo,
ref UInt64  _roomUid 
)

コンストラクタ.

Parameters
_result条件付きランダムルーム入室処理結果(列挙型ERRORCODE_IDの定数).
_msg条件付きランダムルーム入室処理結果(メッセージ文字列).
_roomAddressInfomun_roomサーバのアドレス情報.
_roomUidmun_roomサーバ識別用ユニークID.
mun.STREAM.MasterRoomRandomJoinResponse.MasterRoomRandomJoinResponse ( ref MasterRoomRandomJoinResponse  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

Text mun.STREAM.MasterRoomRandomJoinResponse.msg

条件付きランダムルーム入室処理結果(メッセージ文字列).

Int32 mun.STREAM.MasterRoomRandomJoinResponse.result

条件付きランダムルーム入室処理結果(列挙型ERRORCODE_IDの定数).

AddressInfo mun.STREAM.MasterRoomRandomJoinResponse.roomAddressInfo

mun_roomサーバのアドレス情報.

UInt64 mun.STREAM.MasterRoomRandomJoinResponse.roomUid

mun_roomサーバ識別用ユニークID.

Property Documentation

UInt16 mun.STREAM.MasterRoomRandomJoinResponse.payloadType
get

payload_typeのID定数値.


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