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

アドレス情報. More...

Collaboration diagram for mun.STREAM.AddressInfo:

Public Member Functions

 AddressInfo ()
 コンストラクタ.
 
 AddressInfo (ref Text _address, ref UInt16 _port)
 コンストラクタ. More...
 
 AddressInfo (ref AddressInfo rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Text address
 IPアドレス. More...
 
UInt16 port
 ポート番号. More...
 

Detailed Description

アドレス情報.

Constructor & Destructor Documentation

mun.STREAM.AddressInfo.AddressInfo ( ref Text  _address,
ref UInt16  _port 
)

コンストラクタ.

Parameters
_addressIPアドレス.
_portポート番号.
mun.STREAM.AddressInfo.AddressInfo ( ref AddressInfo  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

bool mun.STREAM.AddressInfo.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.AddressInfo.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

Text mun.STREAM.AddressInfo.address

IPアドレス.

UInt16 mun.STREAM.AddressInfo.port

ポート番号.


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