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

任意の変数. More...

Inheritance diagram for mun.STREAM.Union:
Collaboration diagram for mun.STREAM.Union:

Public Member Functions

 Union ()
 コンストラクタ.
 
 Union (ref Byte _type, ref Binary _data)
 コンストラクタ. More...
 
 Union (ref Union rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 
void Dispose ()
 リソースの破棄.
 

Static Public Member Functions

static void DisposeAll (Union[] _union)
 指定されたリソースの破棄. More...
 

Public Attributes

Byte type
 変数型(列挙型UNIONTYPEの定数). More...
 
Binary data
 変数データ本体. More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 リソースの破棄. More...
 

Detailed Description

任意の変数.

Constructor & Destructor Documentation

mun.STREAM.Union.Union ( ref Byte  _type,
ref Binary  _data 
)

コンストラクタ.

Parameters
_type代入変数型.
_data代入変数データ本体.
mun.STREAM.Union.Union ( ref Union  rRef)

代入処理.

Parameters
rRef代入変数.

Member Function Documentation

virtual void mun.STREAM.Union.Dispose ( bool  disposing)
protectedvirtual

リソースの破棄.

Parameters
disposingマネージドリソースを破棄するかどうかのフラグ.

Here is the call graph for this function:

static void mun.STREAM.Union.DisposeAll ( Union[]  _union)
static

指定されたリソースの破棄.

Parameters
_union破棄するリソース.

Here is the call graph for this function:

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

mrs::Bufferへのパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

bool mun.STREAM.Union.Unpack ( ref mrs.Buffer  buffer)

mrs::Bufferからのアンパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

Binary mun.STREAM.Union.data

変数データ本体.

Byte mun.STREAM.Union.type

変数型(列挙型UNIONTYPEの定数).


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