EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
#include <GwOutput_mqtt.h>
Public Attributes | |
char | topic [MAX_MQTT_TOPIC_LEN] |
char | payload [MAX_MQTT_PLD_LEN] |
size_t | payload_len |
bool | retain |
Definition at line 77 of file GwOutput_mqtt.h.
char mqtt_queue_item_t::payload[MAX_MQTT_PLD_LEN] |
Message payload
Definition at line 79 of file GwOutput_mqtt.h.
size_t mqtt_queue_item_t::payload_len |
Payload length
Definition at line 80 of file GwOutput_mqtt.h.
bool mqtt_queue_item_t::retain |
MQTT retain flag
Definition at line 81 of file GwOutput_mqtt.h.
char mqtt_queue_item_t::topic[MAX_MQTT_TOPIC_LEN] |
Message topic
Definition at line 78 of file GwOutput_mqtt.h.