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

mun_proxyサーバからMUNクライアントに対して送信される、mun_proxyサーバ認証結果. More...

Collaboration diagram for mun.STREAM.ProxyCheckResponse:

Public Member Functions

 ProxyCheckResponse ()
 コンストラクタ.
 
 ProxyCheckResponse (UInt64 _clientUid, Int32 _result, ref Text _authServerRawData)
 コンストラクタ. More...
 
 ProxyCheckResponse (ref ProxyCheckResponse rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

UInt16 payloadType = (UInt16)MASTER_FUNCID.MASTER_FUNCID_PROXY_CHECKRESULT
 payload_typeのID定数値. More...
 
UInt64 clientUid
 mun_proxy が管理している、MUNクライアント自身の識別用ユニークID. More...
 
Int32 result
 認証結果(列挙型ERRORCODE_IDの定数). More...
 
Text authServerRawData
 カスタム認証サーバから返信されてきた生データ. More...
 

Detailed Description

mun_proxyサーバからMUNクライアントに対して送信される、mun_proxyサーバ認証結果.

Constructor & Destructor Documentation

mun.STREAM.ProxyCheckResponse.ProxyCheckResponse ( UInt64  _clientUid,
Int32  _result,
ref Text  _authServerRawData 
)

コンストラクタ.

Parameters
_clientUidmun_proxyが管理している、MUNクライアント自身の識別用ユニークID.
_result認証結果(列挙型ERRORCODE_IDの定数).
_authServerRawDataカスタム認証サーバから返信されてきた生データ.
mun.STREAM.ProxyCheckResponse.ProxyCheckResponse ( ref ProxyCheckResponse  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

MunBufferへのパッキング.

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

MunBufferからのアンパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Member Data Documentation

Text mun.STREAM.ProxyCheckResponse.authServerRawData

カスタム認証サーバから返信されてきた生データ.

UInt64 mun.STREAM.ProxyCheckResponse.clientUid

mun_proxy が管理している、MUNクライアント自身の識別用ユニークID.

UInt16 mun.STREAM.ProxyCheckResponse.payloadType = (UInt16)MASTER_FUNCID.MASTER_FUNCID_PROXY_CHECKRESULT

payload_typeのID定数値.

Int32 mun.STREAM.ProxyCheckResponse.result

認証結果(列挙型ERRORCODE_IDの定数).


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