1.2.3.4 WDRV_WINC_ASSOC_RSSI_CALLBACK Typedef
C
typedef void (*WDRV_WINC_ASSOC_RSSI_CALLBACK)(DRV_HANDLE handle, int8_t rssi);
Summary
A callback to provide the current RSSI of the current association.
Description
This callback provides details of the signal strength (RSSI) of the current association.
Parameters
Param | Description |
---|---|
handle | Client handle obtained by a call to WDRV_WINC_Open. |
rssi | The current RSSI of the association. |
Returns
None.
Remarks
None.