1.1.5.1 WDRV_WINC_BSSCON_NOTIFY_CALLBACK Typedef

C

typedef void (*WDRV_WINC_BSSCON_NOTIFY_CALLBACK)
(
    DRV_HANDLE handle,
    WDRV_WINC_ASSOC_HANDLE assocHandle,
    WDRV_WINC_CONN_STATE currentState
);

Description

When the connection state changes this callback enable the driver to signal the user about that event and reason.

Parameters

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
assocHandleAssociation handle.
currentStateCurrent connection state.

Returns

None.

Remarks

None.