EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Public Attributes | List of all members
mqtt_queue_item_t Struct Reference

#include <GwOutput_mqtt.h>

Public Attributes

char topic [MAX_MQTT_TOPIC_LEN]
 
char payload [MAX_MQTT_PLD_LEN]
 
size_t payload_len
 
bool retain
 

Detailed Description

Definition at line 77 of file GwOutput_mqtt.h.

Member Data Documentation

◆ payload

char mqtt_queue_item_t::payload[MAX_MQTT_PLD_LEN]

Message payload

Definition at line 79 of file GwOutput_mqtt.h.

◆ payload_len

size_t mqtt_queue_item_t::payload_len

Payload length

Definition at line 80 of file GwOutput_mqtt.h.

◆ retain

bool mqtt_queue_item_t::retain

MQTT retain flag

Definition at line 81 of file GwOutput_mqtt.h.

◆ topic

char mqtt_queue_item_t::topic[MAX_MQTT_TOPIC_LEN]

Message topic

Definition at line 78 of file GwOutput_mqtt.h.


The documentation for this struct was generated from the following file: