![]() |
Diarkis C++Client Library API Document
|
#include <stdint.h>
名前空間 | |
CustomCommands | |
列挙型 | |
enum | ConnectState : uint8_t { NOT_CONNECTED = 0, ROOM_FIND, ROOM_NOT_FIND, UDP_JOINING, TCP_JOINING, UDP_JOIN, TCP_JOIN, LEAVE, FAIL_JOIN, MIGRATE } |
接続状態 [詳解] | |
enum | MatchMakerSearchStatus : uint8_t { MMS_SEARCH_NOT_RETURN = 0, MMS_SEARCH_SUCCESS, MMS_SEARCH_FAIL } |
MatchMakerの検索状況 [詳解] | |
enum | DataType : uint8_t { DT_POSITION_SYNC = 0, DT_REPLICATION, DT_ACTOR_MANAGEMENT, DT_CUSTOM_MESSAGE, DT_PROFILE_CHECK = 10 } |
Room::BroadcastTo、MessageTo、Field::SyncInt、Sync、SyncInt P2P::Send、Group::BroadcastTo、MatchMaker::Syncのデータタイプ [詳解] | |
enum | ProfileType : uint8_t { PT_NONE = 0, PT_SEND, PT_SENDCREATE, PT_SENDCREATESERVER } |
プロフィールタイプ [詳解] | |
関数 | |
const char * | TranslateCommand (uint8_t version, uint16_t command) |
変数 | |
constexpr uint16_t | CustomCommands::Get_ = 200 |
constexpr uint16_t | CustomCommands::Set_ = 300 |
constexpr uint16_t | CustomCommands::FieldFindUsers = 10003 |
constexpr uint16_t | CustomCommands::LargeBytes = 500 |
constexpr uint16_t | CustomCommands::LargeFile = 501 |
constexpr uint16_t | CustomCommands::TcpHey = 10000 |
constexpr uint16_t | CustomCommands::UdpThrottle = 613 |
constexpr uint16_t | CustomCommands::UdpHello = 10000 |
constexpr uint16_t | CustomCommands::UdpHello2 = 20000 |
constexpr uint16_t | CustomCommands::TicketMemberLeave = 1011 |
enum ConnectState : uint8_t |
enum MatchMakerSearchStatus : uint8_t |
enum DataType : uint8_t |
enum ProfileType : uint8_t |
const char* TranslateCommand | ( | uint8_t | version, |
uint16_t | command | ||
) |