Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
STREAM::ProxyCheckResponse Class Reference

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::ProxyCheckResponse:

Public Member Functions

 ProxyCheckResponse ()
 コンストラクタ.
 
 ProxyCheckResponse (uint64 _clientUid, int32 _result, Text &_authServerRawData)
 コンストラクタ. More...
 
ProxyCheckResponseoperator= (const ProxyCheckResponse &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

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

Static Public Attributes

static const uint16 payloadType = MASTER_FUNCID_PROXY_CHECKRESULT
 payload_typeのID定数値. More...
 

Detailed Description

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

Constructor & Destructor Documentation

STREAM::ProxyCheckResponse::ProxyCheckResponse ( uint64  _clientUid,
int32  _result,
Text _authServerRawData 
)

コンストラクタ.

Parameters
_result認証結果(列挙型ERRORCODE_IDの定数).
_clientUidmun_proxyが管理している、MUNクライアント自身の識別用ユニークID.

Member Function Documentation

ProxyCheckResponse& STREAM::ProxyCheckResponse::operator= ( const ProxyCheckResponse rRef)

代入処理.

Parameters
rRef代入値.
bool STREAM::ProxyCheckResponse::Pack ( MunBuffer buffer)

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::ProxyCheckResponse::Size ( )

データサイズの取得.

Returns
uint32 データサイズを返す.

Here is the call graph for this function:

bool STREAM::ProxyCheckResponse::Unpack ( MunBuffer buffer)

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

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

Here is the call graph for this function:

Member Data Documentation

Text STREAM::ProxyCheckResponse::authServerRawData

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

uint64 STREAM::ProxyCheckResponse::clientUid

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

const uint16 STREAM::ProxyCheckResponse::payloadType = MASTER_FUNCID_PROXY_CHECKRESULT
static

payload_typeのID定数値.

int32 STREAM::ProxyCheckResponse::result

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


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