![]() |
Diarkis C++Client Library API Document
|
#include <stdint.h>

Go to the source code of this file.
Namespaces | |
| CustomCommands | |
Enumerations | |
| enum | ConnectState : uint8_t { NOT_CONNECTED = 0, ROOM_FIND, ROOM_NOT_FIND, UDP_JOINING, TCP_JOINING, UDP_JOIN, TCP_JOIN, LEAVE, FAIL_JOIN, MIGRATE } |
| connection state More... | |
| enum | MatchMakerSearchStatus : uint8_t { MMS_SEARCH_NOT_RETURN = 0, MMS_SEARCH_SUCCESS, MMS_SEARCH_FAIL } |
| MatchMaker search status. More... | |
| enum | DataType : uint8_t { DT_POSITION_SYNC = 0, DT_REPLICATION, DT_ACTOR_MANAGEMENT, DT_CUSTOM_MESSAGE, DT_PROFILE_CHECK = 10 } |
| Data type of Room::BroadcastTo,MessageTo, Field::SyncInt,Sync, SyncInt P2P::Send, Group::BroadcastTo, MatchMaker::Sync. More... | |
| enum | ProfileType : uint8_t { PT_NONE = 0, PT_SEND, PT_SENDCREATE, PT_SENDCREATESERVER } |
| Profile type. More... | |
Functions | |
| const char * | TranslateCommand (uint8_t version, uint16_t command) |
Variables | |
| 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 |
connection state
| enum MatchMakerSearchStatus : uint8_t |
| enum DataType : uint8_t |
Data type of Room::BroadcastTo,MessageTo, Field::SyncInt,Sync, SyncInt P2P::Send, Group::BroadcastTo, MatchMaker::Sync.
| enum ProfileType : uint8_t |
Profile type.
| const char* TranslateCommand | ( | uint8_t | version, |
| uint16_t | command | ||
| ) |

