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

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

Collaboration diagram for mun.STREAM.ProxyResolverSetAddressRequest:

Public Member Functions

 ProxyResolverSetAddressRequest ()
 コンストラクタ.
 
 ProxyResolverSetAddressRequest (ref UInt64 _proxyUid, ref Text _address, UInt16 _tcp_port, UInt16 _udp_port, UInt16 _ws_port, UInt16 _wss_port)
 コンストラクタ. More...
 
 ProxyResolverSetAddressRequest (ref ProxyResolverSetAddressRequest rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. 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...
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

mun.STREAM.ProxyResolverSetAddressRequest.ProxyResolverSetAddressRequest ( ref UInt64  _proxyUid,
ref Text  _address,
UInt16  _tcp_port,
UInt16  _udp_port,
UInt16  _ws_port,
UInt16  _wss_port 
)

コンストラクタ.

Parameters
_masterUidプロキシサーバ自身ユニークID.
_addressIPアドレス.
_tcp_portTCPポート番号.
_udp_portUDPポート番号.
_ws_portWebSocketポート番号.
_wss_portWebSocketSecureポート番号.
mun.STREAM.ProxyResolverSetAddressRequest.ProxyResolverSetAddressRequest ( ref ProxyResolverSetAddressRequest  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

Text mun.STREAM.ProxyResolverSetAddressRequest.address

IPアドレス.

UInt64 mun.STREAM.ProxyResolverSetAddressRequest.proxyUid

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

UInt16 mun.STREAM.ProxyResolverSetAddressRequest.tcp_port

TCPポート番号.

UInt16 mun.STREAM.ProxyResolverSetAddressRequest.udp_port

UDPポート番号.

UInt16 mun.STREAM.ProxyResolverSetAddressRequest.ws_port

WebSocketポート番号.

UInt16 mun.STREAM.ProxyResolverSetAddressRequest.wss_port

WebSocketSecureポート番号.

Property Documentation

UInt16 mun.STREAM.ProxyResolverSetAddressRequest.payloadType
get

payload_typeのID定数値.


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