#include <MQTTPacket.h>
Public Attributes | |
| struct { | |
| bool dup: 1 | |
| unsigned int qos: 2 | |
| bool retain: 1 | |
| unsigned int type: 4 | |
| } | bits |
| char | byte |
| int | islittle |
| lua_State * | L |
| int | maxalign |
| struct { ... } Header::bits |
| char Header::byte |
the whole byte
Definition at line 65 of file MQTTPacket.h.
| bool Header::dup |
DUP flag bit
Definition at line 79 of file MQTTPacket.h.
| unsigned int Header::qos |
QoS value, 0, 1 or 2
Definition at line 78 of file MQTTPacket.h.
| bool Header::retain |
retained flag bit
Definition at line 77 of file MQTTPacket.h.
| unsigned int Header::type |
message type nibble
Definition at line 80 of file MQTTPacket.h.