TEMPORARY NOTE: This is the MQTT message that is exposed to the end user.
#include <mqtt.h>
Data Fields | |
uint8_t | first_chunk |
uint32_t | mid |
uint8_t * | payload_chunk |
uint16_t | payload_chunk_length |
uint16_t | payload_left |
uint16_t | payload_length |
char | topic [MQTT_MAX_TOPIC_LENGTH+1] |
uint8_t mqtt_message::first_chunk |
Referenced by mqtt_event().
uint32_t mqtt_message::mid |
uint8_t* mqtt_message::payload_chunk |
Referenced by mqtt_event().
uint16_t mqtt_message::payload_chunk_length |
Referenced by mqtt_event().
uint16_t mqtt_message::payload_left |
Referenced by mqtt_event().
uint16_t mqtt_message::payload_length |
Referenced by mqtt_event().
char mqtt_message::topic[MQTT_MAX_TOPIC_LENGTH+1] |
Referenced by mqtt_event().