Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.STREAM.MonitoringPullRequest Class Reference

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

Public Member Functions

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

Properties

UInt16 payloadType [get]
 payload_typeのID定数値. More...
 

Detailed Description

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

Member Function Documentation

bool mun.STREAM.MonitoringPullRequest.Pack ( ref mrs.Buffer  buffer)

MunBufferへのパッキング.

Parameters
bufferMunBufferクラスオブジェクト.
UInt32 mun.STREAM.MonitoringPullRequest.Size ( )

データサイズの取得.

Returns
uint32 データサイズを返す.
bool mun.STREAM.MonitoringPullRequest.Unpack ( ref mrs.Buffer  buffer)

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

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

Here is the call graph for this function:

Property Documentation

UInt16 mun.STREAM.MonitoringPullRequest.payloadType
get

payload_typeのID定数値.


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