#include <nitro/wm.h>typedef enum WMLinkLevel
{
WM_LINK_LEVEL_0 = 0 ,
WM_LINK_LEVEL_1 ,
WM_LINK_LEVEL_2 ,
WM_LINK_LEVEL_3
} WMLinkLevel;
WM_LINK_LEVEL_0 |
Link strength is 0. This indicates that the signal status is noticeably bad or is in an unlinked state. |
WM_LINK_LEVEL_1 |
Link strength is 1. This indicates that the signal status is comparatively bad. |
WM_LINK_LEVEL_2 |
Link strength is 2. This indicates that the signal status is comparatively good. |
WM_LINK_LEVEL_3 |
Link strength is 3. This indicates that the signal status is good. |
List type that indicates the link strength during wireless communications. The link strength is displayed in four steps, from 0 to 3. Zero indicates the lowest strength, or an unlinked state, and 3 indicates the highest strength and a good radio state.
2004/08/25 Initial version.
CONFIDENTIAL