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

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterCheckRequest:

Public Member Functions

 MasterCheckRequest ()
 コンストラクタ.
 
 MasterCheckRequest (Text &_appName, Text &_munVer, Text &_authId, Text &_clientName, uint64 _clientUid, uint8 _isUpdateLobbyInfo)
 コンストラクタ. More...
 
MasterCheckRequestoperator= (const MasterCheckRequest &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

Text appName
 アプリケーション名. More...
 
Text munVer
 MUNライブラリバージョン. More...
 
Text authId
 GUID認証コード. More...
 
Text clientName
 クライアント名. More...
 
uint64 clientUid
 MUNクライアント自身の識別用ユニークID. More...
 
uint8 isUpdateLobbyInfo
 ロビー情報を更新するかどうかのフラグ. More...
 

Static Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

STREAM::MasterCheckRequest::MasterCheckRequest ( Text _appName,
Text _munVer,
Text _authId,
Text _clientName,
uint64  _clientUid,
uint8  _isUpdateLobbyInfo 
)

コンストラクタ.

Parameters
_appNameアプリケーション名.
_munVerMUNライブラリバージョン.
_authIdGUID認証コード.
_clientNameクライアント名.
_clientUidMUNクライアント自身の識別用ユニークID.
_isUpdateLobbyInfoロビー情報を更新するかどうかのフラグ.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

uint32 STREAM::MasterCheckRequest::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

bool STREAM::MasterCheckRequest::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

Text STREAM::MasterCheckRequest::appName

アプリケーション名.

Text STREAM::MasterCheckRequest::authId

GUID認証コード.

Text STREAM::MasterCheckRequest::clientName

クライアント名.

uint64 STREAM::MasterCheckRequest::clientUid

MUNクライアント自身の識別用ユニークID.

uint8 STREAM::MasterCheckRequest::isUpdateLobbyInfo

ロビー情報を更新するかどうかのフラグ.

Text STREAM::MasterCheckRequest::munVer

MUNライブラリバージョン.

const uint16 STREAM::MasterCheckRequest::payloadType = MASTER_FUNCID_MASTER_CHECK
static

payload_typeのID定数値.


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