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

アドレス情報. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::AddressInfo:

Public Member Functions

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

Public Attributes

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

Detailed Description

アドレス情報.

Constructor & Destructor Documentation

STREAM::AddressInfo::AddressInfo ( Text _address,
uint16  _port 
)

コンストラクタ.

Parameters
_addressIPアドレス.
_portポート番号.

Member Function Documentation

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

代入処理.

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::AddressInfo::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Text STREAM::AddressInfo::address

IPアドレス.

uint16 STREAM::AddressInfo::port

ポート番号.


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