Adbase
Adinf C++ base library V2
adbase::mc::ProtocolBinaryResponseGet Union Reference

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]
 

Detailed Description

Definition of the packet returned from a successful get, getq, getk and getkq.

See section 4

Definition at line 250 of file Binary.hpp.

Member Data Documentation

struct { ... } adbase::mc::ProtocolBinaryResponseGet::body
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

The documentation for this union was generated from the following file: