1.2.13.1 WDRV_WINC_BSSCON_NOTIFY_CALLBACK Typedef

C

typedef void (*WDRV_WINC_BSSCON_NOTIFY_CALLBACK)

Summary

Callback to notify the user of a change in connection state.

Description

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

Parameters

ParamDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
assocHandleAssociation handle.
currentStateCurrent connection state.
errorCodeError code.

Returns

None.

Remarks

None.