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

mun_monitorに対して送信する、モニタリング情報取得要求. More...

#include <MunStream.hpp>

Public Member Functions

 MonitoringPullRequest ()
 コンストラクタ.
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Static Public Attributes

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

Detailed Description

mun_monitorに対して送信する、モニタリング情報取得要求.

Member Function Documentation

bool STREAM::MonitoringPullRequest::Pack ( MunBuffer buffer)

MunBufferへのパッキング.

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

Here is the caller graph for this function:

uint32 STREAM::MonitoringPullRequest::Size ( )

データサイズの取得.

Returns
uint32 データサイズを返す.
bool STREAM::MonitoringPullRequest::Unpack ( MunBuffer buffer)

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

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

Member Data Documentation

const uint16 STREAM::MonitoringPullRequest::payloadType = MONITOR_FUNCID_MONITORING_PULL_REQUEST
static

payload_typeのID定数値.


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