#include "xstypesconfig.h"

Go to the source code of this file.
Macros | |
| #define | XS_RSSI_MAX (128) |
| #define | XS_RSSI_UNKNOWN (-XS_RSSI_MAX) |
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... | |
| #define XS_RSSI_UNKNOWN (-XS_RSSI_MAX) |