Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
ProxyServerConnectInfo Class Reference

mun_proxyサーバの接続情報. More...

#include <MunResolverProxyConnectInfo.hpp>

Public Member Functions

std::string GetAddress ()
 IPアドレスの取得. More...
 
void SetAddress (std::string address)
 IPアドレスの設定. More...
 
uint16 GetTcpPort ()
 TCPポート番号の取得. More...
 
void SetTcpPort (uint16 port)
 TCPポート番号の設定. More...
 
uint16 GetUdpPort ()
 UDPポート番号の取得. More...
 
void SetUdpPort (uint16 port)
 UDPポート番号の設定. More...
 
uint16 GetWsPort ()
 WebSocketポート番号の取得. More...
 
void SetWsPort (uint16 port)
 WebSocketポート番号の設定. More...
 
uint16 GetWssPort ()
 WebSocketポート番号の取得. More...
 
void SetWssPort (uint16 port)
 WebSocketポート番号の設定. More...
 
 ProxyServerConnectInfo ()
 コンストラクタ.
 
virtual ~ProxyServerConnectInfo ()
 デストラクタ.
 

Detailed Description

mun_proxyサーバの接続情報.

Member Function Documentation

std::string ProxyServerConnectInfo::GetAddress ( )

IPアドレスの取得.

Returns
IPアドレスを返す.

Here is the caller graph for this function:

uint16 ProxyServerConnectInfo::GetTcpPort ( )

TCPポート番号の取得.

Returns
TCPポート番号を返す.

Here is the caller graph for this function:

uint16 ProxyServerConnectInfo::GetUdpPort ( )

UDPポート番号の取得.

Returns
UDPポート番号を返す.

Here is the caller graph for this function:

uint16 ProxyServerConnectInfo::GetWsPort ( )

WebSocketポート番号の取得.

Returns
WebSocketポート番号を返す.

Here is the caller graph for this function:

uint16 ProxyServerConnectInfo::GetWssPort ( )

WebSocketポート番号の取得.

Returns
WebSocketポート番号を返す.

Here is the caller graph for this function:

void ProxyServerConnectInfo::SetAddress ( std::string  address)

IPアドレスの設定.

Returns
address IPアドレス.

Here is the caller graph for this function:

void ProxyServerConnectInfo::SetTcpPort ( uint16  port)

TCPポート番号の設定.

Returns
port TCPポート番号.

Here is the caller graph for this function:

void ProxyServerConnectInfo::SetUdpPort ( uint16  port)

UDPポート番号の設定.

Returns
port UDPポート番号.

Here is the caller graph for this function:

void ProxyServerConnectInfo::SetWsPort ( uint16  port)

WebSocketポート番号の設定.

Returns
port WebSocketポート番号.

Here is the caller graph for this function:

void ProxyServerConnectInfo::SetWssPort ( uint16  port)

WebSocketポート番号の設定.

Returns
port WebSocketポート番号.

Here is the caller graph for this function:


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