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
| Parameters | Description |
|---|---|
| handle | Client handle obtained by a call to WDRV_WINC_Open. |
| assocHandle | Association handle. |
| currentState | Current connection state. |
Returns
None.
Remarks
None.
