Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun_room Namespace Reference

mun_room 関連. More...

Classes

class  main
 mun_room サーバメイン制御. More...
 
class  MunRoomConfigure
 mun_room サーバの設定. More...
 
class  MunRoomDatabase
 mun_roomサーバのデータベース管理クラス. More...
 
class  MunRoomInfo
 ルーム情報クラス. More...
 
class  MunRoomPlayerInfo
 ルーム内プレイヤー情報クラス. More...
 
class  MunRoomServer
 mun_roomサーバ本体の制御クラス. More...
 
class  MunRoomServerSide
 サーバサイドプログラムで管理されるクラス. More...
 
class  MunRoomSessionToClient
 MUNクライアントとのネットワーク接続処理クラス. More...
 
class  MunRoomSessionToMasterServer
 mun_masterサーバとのネットワーク接続処理クラス. More...
 
class  MunRoomSessionToMonitor
 mun_monitorとのネットワーク接続処理. More...
 

Enumerations

enum  MunServerListen {
  MunServerListen.MUN_SERVER_LISTEN_USE_NONE = 0x00, MunServerListen.MUN_SERVER_LISTEN_USE_TCP = 0x01 << 0, MunServerListen.MUN_SERVER_LISTEN_USE_UDP = 0x01 << 1, MunServerListen.MUN_SERVER_LISTEN_USE_WS = 0x01 << 2,
  MunServerListen.MUN_SERVER_LISTEN_USE_WSS = 0x01 << 3, MunServerListen.MUN_SERVER_LISTEN_USE_NONE = 0x00, MunServerListen.MUN_SERVER_LISTEN_USE_TCP = 0x01 << 0, MunServerListen.MUN_SERVER_LISTEN_USE_UDP = 0x01 << 1,
  MunServerListen.MUN_SERVER_LISTEN_USE_WS = 0x01 << 2, MunServerListen.MUN_SERVER_LISTEN_USE_WSS = 0x01 << 3
}
 リスニングフラグ. More...
 
enum  MunServerListen {
  MunServerListen.MUN_SERVER_LISTEN_USE_NONE = 0x00, MunServerListen.MUN_SERVER_LISTEN_USE_TCP = 0x01 << 0, MunServerListen.MUN_SERVER_LISTEN_USE_UDP = 0x01 << 1, MunServerListen.MUN_SERVER_LISTEN_USE_WS = 0x01 << 2,
  MunServerListen.MUN_SERVER_LISTEN_USE_WSS = 0x01 << 3, MunServerListen.MUN_SERVER_LISTEN_USE_NONE = 0x00, MunServerListen.MUN_SERVER_LISTEN_USE_TCP = 0x01 << 0, MunServerListen.MUN_SERVER_LISTEN_USE_UDP = 0x01 << 1,
  MunServerListen.MUN_SERVER_LISTEN_USE_WS = 0x01 << 2, MunServerListen.MUN_SERVER_LISTEN_USE_WSS = 0x01 << 3
}
 リスニングフラグ. More...
 

Detailed Description

mun_room 関連.

Enumeration Type Documentation

リスニングフラグ.

Enumerator
MUN_SERVER_LISTEN_USE_NONE 

定義なし.

MUN_SERVER_LISTEN_USE_TCP 

TCPを使用する.

MUN_SERVER_LISTEN_USE_UDP 

UDPを使用する.

MUN_SERVER_LISTEN_USE_WS 

WSを使用する.

MUN_SERVER_LISTEN_USE_WSS 

WSSを使用する.

MUN_SERVER_LISTEN_USE_NONE 

定義なし.

MUN_SERVER_LISTEN_USE_TCP 

TCPを使用する.

MUN_SERVER_LISTEN_USE_UDP 

UDPを使用する.

MUN_SERVER_LISTEN_USE_WS 

WSを使用する.

MUN_SERVER_LISTEN_USE_WSS 

WSSを使用する.

リスニングフラグ.

Enumerator
MUN_SERVER_LISTEN_USE_NONE 

定義なし.

MUN_SERVER_LISTEN_USE_TCP 

TCPを使用する.

MUN_SERVER_LISTEN_USE_UDP 

UDPを使用する.

MUN_SERVER_LISTEN_USE_WS 

WSを使用する.

MUN_SERVER_LISTEN_USE_WSS 

WSSを使用する.

MUN_SERVER_LISTEN_USE_NONE 

定義なし.

MUN_SERVER_LISTEN_USE_TCP 

TCPを使用する.

MUN_SERVER_LISTEN_USE_UDP 

UDPを使用する.

MUN_SERVER_LISTEN_USE_WS 

WSを使用する.

MUN_SERVER_LISTEN_USE_WSS 

WSSを使用する.