1.1.18.8.2 WDRV_WINC_MQTT_CONN_STATUS_CALLBACK Typedef
C
typedef void (*WDRV_WINC_MQTT_CONN_STATUS_CALLBACK) ( DRV_HANDLE handle, uintptr_t userCtx, WDRV_WINC_MQTT_CONN_STATUS_TYPE state, WDRV_WINC_MQTT_CONN_INFO *pConnInfo );
Description
Callback is called whenever the connection state changes.
Parameters
Parameters | Description |
---|---|
handle | Client handle obtained by a call to WDRV_WINC_Open . |
userCtx | User context passed to the callback. |
state | Connection state. |
pConnInfo | Pointer to connection information. |
Returns
None.
Remarks
None.