Adbase
Adinf C++ base library V2
|
Definition of the packet returned from a successful get, getq, getk and getkq. More...
#include <Binary.hpp>
Public Attributes | |
struct { | |
ProtocolBinaryResponseHeader header | |
struct { | |
uint32_t flags | |
} body | |
} | message |
uint8_t | bytes [sizeof(ProtocolBinaryResponseHeader)+4] |
Definition of the packet returned from a successful get, getq, getk and getkq.
See section 4
Definition at line 250 of file Binary.hpp.
struct { ... } adbase::mc::ProtocolBinaryResponseGet::body |
Referenced by adbase::mc::Binary::processData().
uint8_t adbase::mc::ProtocolBinaryResponseGet::bytes[sizeof(ProtocolBinaryResponseHeader)+4] |
Definition at line 257 of file Binary.hpp.
Referenced by adbase::mc::Binary::processData().
uint32_t adbase::mc::ProtocolBinaryResponseGet::flags |
Definition at line 254 of file Binary.hpp.
ProtocolBinaryResponseHeader adbase::mc::ProtocolBinaryResponseGet::header |
Definition at line 252 of file Binary.hpp.
Referenced by adbase::mc::Binary::processData().
struct { ... } adbase::mc::ProtocolBinaryResponseGet::message |
Referenced by adbase::mc::Binary::processData().