#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 | The link strength is 0. This indicates that the radio state is noticeably bad, or is in an unlinked state. |
WM_LINK_LEVEL_1 | The link strength is 1. This indicates that the radio state is comparatively bad. |
WM_LINK_LEVEL_2 | The link strength is 2. This indicates that the radio state is comparatively good. |
WM_LINK_LEVEL_3 | The link strength is 3. This indicates that the radio state is good. |
This is a list type that indicates the link strength during wireless communications. The link strength is displayed in four steps, from 0 to 3. 0 indicates the lowest strength, or an unlinked state, while 3 indicates the highest strength and a good radio state.
08/25/2004 Initial version