|
EnigmaIOT
0.9.3
Secure sensor and gateway platform based on ESP8266 and ESP32
|
#include <GwOutput_mqtt.h>
Public Attributes | |
| char * | topic |
| char * | payload |
| size_t | payload_len |
| bool | retain |
Definition at line 69 of file GwOutput_mqtt.h.
| char* mqtt_queue_item_t::payload |
Message payload
Definition at line 71 of file GwOutput_mqtt.h.
| size_t mqtt_queue_item_t::payload_len |
Payload length
Definition at line 72 of file GwOutput_mqtt.h.
| bool mqtt_queue_item_t::retain |
MQTT retain flag
Definition at line 73 of file GwOutput_mqtt.h.
| char* mqtt_queue_item_t::topic |
Message topic
Definition at line 70 of file GwOutput_mqtt.h.
1.8.18