1.1.11.19 WDRV_WINC_MQTT_CONN_STATUS_TYPE
Enum type
Summary
MQTT connection status type.
Description
Type describing possible MQTT connection states.
Remarks
None.
typedef enum { /* Connection status unknown. */ WDRV_WINC_MQTT_CONN_STATUS_UNKNOWN, /* MQTT is disconnected. */ WDRV_WINC_MQTT_CONN_STATUS_DISCONNECTED, /* MQTT is in the process of connecting. */ WDRV_WINC_MQTT_CONN_STATUS_CONNECTING, /* MQTT is connected. */ WDRV_WINC_MQTT_CONN_STATUS_CONNECTED, /* MQTT is in the process of disconnecting. */ WDRV_WINC_MQTT_CONN_STATUS_DISCONNECTING } WDRV_WINC_MQTT_CONN_STATUS_TYPE;