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

mun_proxyサーバからmun_resolverサーバに対して送信される、mun_proxyサーバのアドレス情報. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::ProxyResolverSetAddressRequest:

Public Member Functions

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

Public Attributes

uint64 proxyUid
 プロキシサーバ自身のユニークID. More...
 
Text address
 IPアドレス. More...
 
uint16 tcp_port
 TCPポート番号. More...
 
uint16 udp_port
 UDPポート番号. More...
 
uint16 ws_port
 WebSocketポート番号. More...
 
uint16 wss_port
 WebSocketSecureポート番号. More...
 

Static Public Attributes

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

Detailed Description

mun_proxyサーバからmun_resolverサーバに対して送信される、mun_proxyサーバのアドレス情報.

Constructor & Destructor Documentation

STREAM::ProxyResolverSetAddressRequest::ProxyResolverSetAddressRequest ( uint64  _proxyUid,
Text _address,
uint16  _tcp_port,
uint16  _udp_port,
uint16  _ws_port,
uint16  _wss_port 
)

コンストラクタ.

Parameters
_proxyUidプロキシサーバ自身のユニークID.
_addressIPアドレス.
_tcp_portTCPポート番号.
_udp_portUDPポート番号.
_ws_portWebSocketポート番号.
_wss_portWebSocketSecureポート番号.

Here is the call graph for this function:

Member Function Documentation

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

代入処理.

Parameters
rRef代入値.

Here is the call graph for this function:

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

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::ProxyResolverSetAddressRequest::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

bool STREAM::ProxyResolverSetAddressRequest::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::ProxyResolverSetAddressRequest::address

IPアドレス.

const uint16 STREAM::ProxyResolverSetAddressRequest::payloadType = PROXYRESOLVER_FUNCID_PROXYRESOLVER_SETADDRESS
static

payload_typeのID定数値.

uint64 STREAM::ProxyResolverSetAddressRequest::proxyUid

プロキシサーバ自身のユニークID.

uint16 STREAM::ProxyResolverSetAddressRequest::tcp_port

TCPポート番号.

uint16 STREAM::ProxyResolverSetAddressRequest::udp_port

UDPポート番号.

uint16 STREAM::ProxyResolverSetAddressRequest::ws_port

WebSocketポート番号.

uint16 STREAM::ProxyResolverSetAddressRequest::wss_port

WebSocketSecureポート番号.


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