Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
MunResolverConfigure.hpp File Reference

mun_resolverサーバの設定. More...

#include <mrs.hpp>
Include dependency graph for MunResolverConfigure.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MunResolverConfigure
 mun_resolver サーバの設定. More...
 

Enumerations

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

Detailed Description

mun_resolverサーバの設定.

Date
2016/11/16 copyright © monobit.Inc. All rights reserved.

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を使用する.

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を使用する.