#include <KaaTcpCommon.hpp>
|
static std::uint8_t | createBasicHeader (std::uint8_t messageType, std::uint32_t length, char *message) |
|
Definition at line 35 of file KaaTcpCommon.hpp.
static std::uint8_t kaa::KaaTcpCommon::createBasicHeader |
( |
std::uint8_t |
messageType, |
|
|
std::uint32_t |
length, |
|
|
char * |
message |
|
) |
| |
|
static |
const std::uint8_t kaa::KaaTcpCommon::FIRST_BIT = 0x80 |
|
static |
const std::uint8_t kaa::KaaTcpCommon::KAA_CONNECT_HEADER_LENGTH = 18 |
|
static |
const std::uint8_t kaa::KaaTcpCommon::KAA_CONNECT_SESSION_KEY_FLAGS = 0x11 |
|
static |
const std::uint8_t kaa::KaaTcpCommon::KAA_CONNECT_SIGNATURE_FLAGS = 0x01 |
|
static |
const std::uint8_t kaa::KaaTcpCommon::KAA_SYNC_ENCRYPTED_BIT = 0x04 |
|
static |
const std::uint8_t kaa::KaaTcpCommon::KAA_SYNC_HEADER_LENGTH = 12 |
|
static |
const std::uint8_t kaa::KaaTcpCommon::KAA_SYNC_REQUEST_BIT = 0x01 |
|
static |
const std::uint8_t kaa::KaaTcpCommon::KAA_SYNC_ZIPPED_BIT = 0x02 |
|
static |
const char* const kaa::KaaTcpCommon::KAA_TCP_NAME |
|
static |
const std::uint16_t kaa::KaaTcpCommon::KAA_TCP_NAME_LENGTH = 6 |
|
static |
const std::uint32_t kaa::KaaTcpCommon::MAX_MESSAGE_LENGTH = 0x0FFFFFFF |
|
static |
const std::uint8_t kaa::KaaTcpCommon::MAX_MESSAGE_TYPE_LENGTH = 0x0F |
|
static |
const std::uint8_t kaa::KaaTcpCommon::PROTOCOL_VERSION = 0x01 |
|
static |
The documentation for this class was generated from the following file:
- /home/architec/Documents/kaa/client/client-multi/client-cpp/kaa/kaatcp/KaaTcpCommon.hpp