Now you can download a copy of these docs so you can use them offline! Download now
#include <ClientConnectionState.h>


Public Member Functions | |
| ClientConnectionState_ProtocolUnsuppotedByServer (ProtocolVersion serverVersion) | |
| ProtocolVersion | getServerVersion () |
| const char * | toString () |
Additional Inherited Members | |
Static Public Attributes inherited from ClientConnectionState | |
| static ClientConnectionState | DISCONNECTED_FROM_SERVER |
| static ClientConnectionState | CONNECTED_TO_SERVER |
| static ClientConnectionState | SENT_HELLO_TO_SERVER |
| static ClientConnectionState | IN_SYNC_WITH_SERVER |
Protected Member Functions inherited from ClientConnectionState | |
| ClientConnectionState (const char *name) | |
Represents that a client received a message from the server indicating that the client's protocol revision is not supported by the server
Definition at line 60 of file ClientConnectionState.h.
| ClientConnectionState_ProtocolUnsuppotedByServer::ClientConnectionState_ProtocolUnsuppotedByServer | ( | ProtocolVersion | _serverVersion | ) |
Create a new protocol unsupported state
| serverVersion |
Definition at line 38 of file ClientConnectionState.cpp.
| ProtocolVersion ClientConnectionState_ProtocolUnsuppotedByServer::getServerVersion | ( | ) |
Definition at line 44 of file ClientConnectionState.cpp.
1.8.6