MQTT-C
|
A message in a mqtt_message_queue. More...
#include <mqtt.h>
Data Fields | |
uint8_t * | start |
A pointer to the start of the message. | |
size_t | size |
The number of bytes in the message. | |
enum MQTTQueuedMessageState | state |
The state of the message. | |
mqtt_pal_time_t | time_sent |
The time at which the message was sent.. More... | |
enum MQTTControlPacketType | control_type |
The control type of the message. | |
uint16_t | packet_id |
The packet id of the message. More... | |
A message in a mqtt_message_queue.
uint16_t mqtt_queued_message::packet_id |
The packet id of the message.
control_type
has a packet_id
field. mqtt_pal_time_t mqtt_queued_message::time_sent |
The time at which the message was sent..
state
.