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

mun_monitorから送信される、モニタリング情報取得応答. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MonitoringPullResponse:

Public Member Functions

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

Public Attributes

Text text
 テキスト. More...
 

Static Public Attributes

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

Detailed Description

mun_monitorから送信される、モニタリング情報取得応答.

Constructor & Destructor Documentation

STREAM::MonitoringPullResponse::MonitoringPullResponse ( Text _text)

コンストラクタ.

Parameters
_textテキスト.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::MonitoringPullResponse::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

const uint16 STREAM::MonitoringPullResponse::payloadType = MONITOR_FUNCID_MONITORING_PULL_RESPONSE
static

payload_typeのID定数値.

Text STREAM::MonitoringPullResponse::text

テキスト.


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