ESP-IDF + 0/10 examples
SourceVu will show references to esp_mqtt_event_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxExamplesReferencesInstances

Fields

Field
Declared as
Description
*MQTT* event type.
*MQTT* client handle for this event.
char *
Data associated with this event.
int
Length of the data for this event.
int
Total length of the data (longer data are supplied with multiple events).
int
Actual offset for the data associated with this event.
char *
Topic associated with this event.
int
Length of the topic for this event associated with this event.
int
*MQTT* messaged id of message.
int
*MQTT* session_present flag for connection event.
esp-mqtt error handle including esp-tls errors as well as internal *MQTT* errors.
bool
Retained flag of the message associated with this event.
int
QoS of the messages associated with this event.
bool
dup flag of the message associated with this event.
MQTT protocol version used for connection, defaults to value from menuconfig.
MQTT 5 property associated with this event.