#include <nitroWiFi/wcm.h>
WMLinkLevel WCM_GetLinkLevel( void );
This is a synchronous function that obtains the link strength of the connection with the wireless access point.
None.
Returns the link strength (communication signal strength) of the connection with the wireless access point as a WMLinkLevel
enumerated type. If the WCM library was not initialized or if there is no connection with a wireless access point (the internal state is not WCM_PHASE_DCF
), the function returns WM_LINK_LEVEL_0
.
09/10/2005 Initial version.