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

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
userCtxUser context passed to the callback.
stateConnection state.
pConnInfoPointer to connection information.

Returns

None.

Remarks

None.