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

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::ProxyCheckRequest:

Public Member Functions

 ProxyCheckRequest ()
 コンストラクタ.
 
 ProxyCheckRequest (uint8 _isUseCustomAuth, uint8 _isUseClientCustomAuthServerAddress, Text &_customAuthServerAddress, uint8 _isIgnoreCustomAuthError, KeyValue *_customAuthParameters, uint16 _customAuthParametersLen)
 コンストラクタ. More...
 
ProxyCheckRequestoperator= (const ProxyCheckRequest &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

uint8 isUseCustomAuth
 カスタム認証サーバへの認証処理を行なうかどうかのフラグ. More...
 
uint8 isUseClientCustomAuthServerAddress
 カスタム認証サーバのアドレスについて、MUN クライアント側から設定したものを使用尾するかどうかのフラグ. More...
 
Text customAuthServerAddress
 カスタム認証サーバのアドレス. More...
 
uint8 isIgnoreCustomAuthError
 カスタム認証サーバへの認証処理でエラーが発生した場合無視するかどうかのフラグ. More...
 
KeyValue customAuthParameters [CUSTOM_AUTH_PARAMETERS_MAX]
 カスタム認証サーバに送信するパラメータ. More...
 
uint16 customAuthParametersLen
 カスタム認証サーバに送信するパラメータの登録数. More...
 

Static Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

STREAM::ProxyCheckRequest::ProxyCheckRequest ( uint8  _isUseCustomAuth,
uint8  _isUseClientCustomAuthServerAddress,
Text _customAuthServerAddress,
uint8  _isIgnoreCustomAuthError,
KeyValue _customAuthParameters,
uint16  _customAuthParametersLen 
)

コンストラクタ.

Parameters
_isUseCustomAuthカスタム認証サーバへの認証処理を行なうかどうかのフラグ.
_isUseClientCustomAuthServerAddressカスタム認証サーバのアドレスについて、MUN クライアント側から設定したものを使用尾するかどうかのフラグ.
_customAuthServerAddressカスタム認証サーバのアドレス.
_isIgnoreCustomAuthErrorカスタム認証サーバへの認証処理でエラーが発生した場合無視するかどうかのフラグ.
_customAuthParametersカスタム認証サーバに送信するパラメータ.
_customAuthParametersLenカスタム認証サーバに送信するパラメータの登録数.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

uint32 STREAM::ProxyCheckRequest::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

KeyValue STREAM::ProxyCheckRequest::customAuthParameters[CUSTOM_AUTH_PARAMETERS_MAX]

カスタム認証サーバに送信するパラメータ.

uint16 STREAM::ProxyCheckRequest::customAuthParametersLen

カスタム認証サーバに送信するパラメータの登録数.

Text STREAM::ProxyCheckRequest::customAuthServerAddress

カスタム認証サーバのアドレス.

uint8 STREAM::ProxyCheckRequest::isIgnoreCustomAuthError

カスタム認証サーバへの認証処理でエラーが発生した場合無視するかどうかのフラグ.

uint8 STREAM::ProxyCheckRequest::isUseClientCustomAuthServerAddress

カスタム認証サーバのアドレスについて、MUN クライアント側から設定したものを使用尾するかどうかのフラグ.

uint8 STREAM::ProxyCheckRequest::isUseCustomAuth

カスタム認証サーバへの認証処理を行なうかどうかのフラグ.

const uint16 STREAM::ProxyCheckRequest::payloadType = MASTER_FUNCID_PROXY_CHECK
static

payload_typeのID定数値.


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