#include "xsrssi.h"
Go to the source code of this file.
Namespaces | |
XsRssi | |
Contains Received Signal Strength Indication (RSSI) constants. | |
Functions | |
XSTYPES_DLL_API int | XsRssi_max (void) |
The maximum RSSI value. More... | |
XSTYPES_DLL_API int | XsRssi_unbiased (int raw) |
Returns the raw RSSI value transformed into a usable (unbiased) number. More... | |
XSTYPES_DLL_API int | XsRssi_unknown (void) |
The RSSI value that was reserved for when the RSSI is unknown. More... | |