1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<title>WMLinkLevel</title> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</head> 10<body> 11<h1 align="left">WMLinkLevel</h1> 12<h2>Definition</h2> 13<dl> 14 <dd> 15<CODE>#include <nitro/wm.h></CODE><BR> 16 <PRE><CODE>typedef enum WMLinkLevel 17{ 18 WM_LINK_LEVEL_0 = 0 , 19 WM_LINK_LEVEL_1 , 20 WM_LINK_LEVEL_2 , 21 WM_LINK_LEVEL_3 22} WMLinkLevel;</CODE></PRE> 23 </dd> 24</dl><h2>Elements</h2> 25<TABLE border="1" width="100%"> 26 <TBODY> 27 <TR> 28 <TD width="200"><CODE>WM_LINK_LEVEL_0</CODE></TD> 29 <TD width="800">Link strength is 0. This indicates that the signal status is noticeably bad or is in an unlinked state.</TD> 30 </TR> 31 <TR> 32 <TD width="200"><CODE>WM_LINK_LEVEL_1</CODE></TD> 33 <TD width="800">Link strength is 1. This indicates that the signal status is comparatively bad.</TD> 34 </TR> 35 <TR> 36 <TD width="200"><CODE>WM_LINK_LEVEL_2</CODE></TD> 37 <TD width="800">Link strength is 2. This indicates that the signal status is comparatively good.</TD> 38 </TR> 39 <TR> 40 <TD width="200"><CODE>WM_LINK_LEVEL_3</CODE></TD> 41 <TD width="800">Link strength is 3. This indicates that the signal status is good.</TD> 42 </TR> 43 </TBODY> 44</TABLE> 45<H2>Description</H2> 46<P> 47List 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. 48</P> 49<H2>Revision History</H2> 50<P> 512004/08/25 Initial version. 52</P> 53<hr><p>CONFIDENTIAL</p></body> 54</html> 55