|
MQTT-C
|
The fixed header of an MQTT control packet. More...
#include <mqtt.h>
Data Fields | |
| enum MQTTControlPacketType | control_type |
| uint32_t | control_flags: 4 |
| uint32_t | remaining_length |
The fixed header of an MQTT control packet.
| uint32_t mqtt_fixed_header::control_flags |
The packets control flags.
| enum MQTTControlPacketType mqtt_fixed_header::control_type |
The type of packet.
| uint32_t mqtt_fixed_header::remaining_length |
The remaining size of the packet in bytes (i.e. the size of variable header and payload).
1.8.13