EnigmaIOT  0.9.3
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
 
char * payload
 
size_t payload_len
 
bool retain
 

Detailed Description

Definition at line 69 of file GwOutput_mqtt.h.

Member Data Documentation

◆ payload

char* mqtt_queue_item_t::payload

Message payload

Definition at line 71 of file GwOutput_mqtt.h.

◆ payload_len

size_t mqtt_queue_item_t::payload_len

Payload length

Definition at line 72 of file GwOutput_mqtt.h.

◆ retain

bool mqtt_queue_item_t::retain

MQTT retain flag

Definition at line 73 of file GwOutput_mqtt.h.

◆ topic

char* mqtt_queue_item_t::topic

Message topic

Definition at line 70 of file GwOutput_mqtt.h.


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