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

mun_roomサーバとの接続情報. More...

#include <MunMasterRoomServerConnectInfo.hpp>

Public Member Functions

std::string GetAddress ()
 mun_roomサーバのクライアントリスニングアドレスの取得. More...
 
void SetAddress (std::string address)
 mun_roomサーバのクライアントリスニングアドレスの設定. More...
 
uint16 GetTcpPort ()
 mun_roomサーバのクライアントリスニングポート番号(TCP)の取得. More...
 
void SetTcpPort (uint16 port)
 mun_roomサーバのクライアントリスニングポート番号(TCP)の設定. More...
 
uint16 GetUdpPort ()
 mun_roomサーバのクライアントリスニングポート番号(UDP)の取得. More...
 
void SetUdpPort (uint16 port)
 mun_roomサーバのクライアントリスニングポート番号(UDP)の設定. More...
 
uint16 GetWsPort ()
 mun_roomサーバのクライアントリスニングポート番号(WebSocket)の取得. More...
 
void SetWsPort (uint16 port)
 mun_roomサーバのクライアントリスニングポート番号(WebSocket)の設定. More...
 
uint16 GetWssPort ()
 mun_roomサーバのクライアントリスニングポート番号(WebSocketSecure)の取得. More...
 
void SetWssPort (uint16 port)
 mun_roomサーバのクライアントリスニングポート番号(WebSocketSecure)の設定. More...
 
MrsConnection GetConnectionForRoomServer ()
 このクライアントが接続している mun_room サーバの接続モジュールの取得. More...
 
void SetConnectionForRoomServer (MrsConnection pMunRoom)
 このクライアントが接続している mun_room サーバの接続モジュールの設定. More...
 
void AddAppId (uint32 appId)
 MUN アプリケーション ID の登録. More...
 
void RemoveAppId (uint32 appId)
 MUN アプリケーション ID の登録抹消. More...
 
std::map< uint32, uint64 > * GetAppId ()
 登録されている MUN アプリケーション ID の取得. More...
 
 RoomServerConnectInfo ()
 コンストラクタ.
 
virtual ~RoomServerConnectInfo ()
 デストラクタ.
 

Detailed Description

mun_roomサーバとの接続情報.

Member Function Documentation

void RoomServerConnectInfo::AddAppId ( uint32  appId)

MUN アプリケーション ID の登録.

Parameters
appId登録する MUN アプリケーション ID.

Here is the caller graph for this function:

std::string RoomServerConnectInfo::GetAddress ( )

mun_roomサーバのクライアントリスニングアドレスの取得.

Returns
mun_roomサーバのクライアントリスニングアドレスを返す.

Here is the caller graph for this function:

std::map<uint32, uint64>* RoomServerConnectInfo::GetAppId ( )

登録されている MUN アプリケーション ID の取得.

Returns
登録されている MUN アプリケーション ID を返す.
MrsConnection RoomServerConnectInfo::GetConnectionForRoomServer ( )

このクライアントが接続している mun_room サーバの接続モジュールの取得.

Returns
このクライアントが接続している mun_room サーバの接続モジュールを返す.

Here is the caller graph for this function:

uint16 RoomServerConnectInfo::GetTcpPort ( )

mun_roomサーバのクライアントリスニングポート番号(TCP)の取得.

Returns
mun_roomサーバのクライアントリスニングポート番号(TCP)を返す.

Here is the caller graph for this function:

uint16 RoomServerConnectInfo::GetUdpPort ( )

mun_roomサーバのクライアントリスニングポート番号(UDP)の取得.

Returns
mun_roomサーバのクライアントリスニングポート番号(UDP)を返す.

Here is the caller graph for this function:

uint16 RoomServerConnectInfo::GetWsPort ( )

mun_roomサーバのクライアントリスニングポート番号(WebSocket)の取得.

Returns
mun_roomサーバのクライアントリスニングポート番号(WebSocket)を返す.

Here is the caller graph for this function:

uint16 RoomServerConnectInfo::GetWssPort ( )

mun_roomサーバのクライアントリスニングポート番号(WebSocketSecure)の取得.

Returns
mun_roomサーバのクライアントリスニングポート番号(WebSocketSecure)を返す.

Here is the caller graph for this function:

void RoomServerConnectInfo::RemoveAppId ( uint32  appId)

MUN アプリケーション ID の登録抹消.

Parameters
appId登録抹消する MUN アプリケーション ID.

Here is the caller graph for this function:

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

mun_roomサーバのクライアントリスニングアドレスの設定.

Returns
address mun_roomサーバのクライアントリスニングアドレス.

Here is the caller graph for this function:

void RoomServerConnectInfo::SetConnectionForRoomServer ( MrsConnection  pMunRoom)

このクライアントが接続している mun_room サーバの接続モジュールの設定.

Returns
pMunRoom このクライアントが接続している mun_room サーバの接続モジュール.

Here is the caller graph for this function:

void RoomServerConnectInfo::SetTcpPort ( uint16  port)

mun_roomサーバのクライアントリスニングポート番号(TCP)の設定.

Returns
port mun_roomサーバのクライアントリスニングポート番号(TCP).

Here is the caller graph for this function:

void RoomServerConnectInfo::SetUdpPort ( uint16  port)

mun_roomサーバのクライアントリスニングポート番号(UDP)の設定.

Returns
port mun_roomサーバのクライアントリスニングポート番号(UDP).

Here is the caller graph for this function:

void RoomServerConnectInfo::SetWsPort ( uint16  port)

mun_roomサーバのクライアントリスニングポート番号(WebSocket)の設定.

Returns
port mun_roomサーバのクライアントリスニングポート番号(WebSocket).

Here is the caller graph for this function:

void RoomServerConnectInfo::SetWssPort ( uint16  port)

mun_roomサーバのクライアントリスニングポート番号(WebSocketSecure)の設定.

Returns
port mun_roomサーバのクライアントリスニングポート番号(WebSocketSecure).

Here is the caller graph for this function:


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