Modbus Vault v1.0
Loading...
Searching...
No Matches
mqtt_bridge_t Struct Reference

MQTT bridge type structure. More...

#include <mqtt_bridge.h>

Data Fields

esp_mqtt_client_handle_t client
 
SemaphoreHandle_t connection_lock
 
mqtt_bridge_notify_cb_t notify_cb
 
bool mqtt_connected
 

Detailed Description

MQTT bridge type structure.

MQTT Bridge declaration

Field Documentation

◆ client

esp_mqtt_client_handle_t mqtt_bridge_t::client

MQTT client configuration handle

◆ connection_lock

SemaphoreHandle_t mqtt_bridge_t::connection_lock

Connection lock

◆ mqtt_connected

bool mqtt_bridge_t::mqtt_connected

MQTT connection state connected/disconnected

◆ notify_cb

mqtt_bridge_notify_cb_t mqtt_bridge_t::notify_cb

Callback on connectivity state change


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