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

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

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterStatsUpdateResponse:

Public Member Functions

 MasterStatsUpdateResponse ()
 コンストラクタ.
 
 MasterStatsUpdateResponse (StatsInfo &_statsInfo)
 コンストラクタ. More...
 
MasterStatsUpdateResponseoperator= (const MasterStatsUpdateResponse &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

StatsInfo statsInfo
 サーバ統計情報. More...
 

Static Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

STREAM::MasterStatsUpdateResponse::MasterStatsUpdateResponse ( StatsInfo _statsInfo)

コンストラクタ.

Parameters
_statsInfoサーバ統計情報.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MasterStatsUpdateResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

const uint16 STREAM::MasterStatsUpdateResponse::payloadType = MASTER_FUNCID_MASTER_STATS_UPDATERESULT
static

payload_typeのID定数値.

StatsInfo STREAM::MasterStatsUpdateResponse::statsInfo

サーバ統計情報.


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