134
"C" Programming Guide For Optimus S/R
int Signal
Signal Strength
Level
0 ~ 30
30 ~ 60
over 60
Weak
Moderate
Strong
2
int Noise
Noise Level
1
2 ~ 3
4 ~ 5
Weak
Moderate
Strong
3
int Channel
Current Channel
Number
1 ~ 11
4
int TxRate
Current Transmit
Rate
1
2
4
8
1 Mbps
2 Mbps
5.5 Mbps
11 Mbps
5
int IPReady
Terminal IP Status
for both WLAN and
Bluetooth
-1
0
1
Error
Not Ready
Ready
6
Note: IPReady is used for both WLAN (802.11b) and Bluetooth.
GetNetStatus
Purpose
To retrieve information on 802.11b networking status from the system.
Syntax
void GetNetStatus (struct NETSTATUS *ns);
Example
struct NETSTATUS ns;
..............................
GetNetStatus (&ns);
printf ("Link Quality: %d", ns.Quality);
Description
This routine gets information on the current 802.11b networking status.
Return
None
See Also
CheckNetStatus
Summary of Contents for Optimus R
Page 1: ...Printed on 20 March 2006 C Programming Guide Version 3 04 02 Optimus S Optimus R...
Page 6: ......
Page 8: ...2 C Programming Guide For Optimus S R...
Page 12: ...6 C Programming Guide For Optimus S R The flow is illustrated as shown below...
Page 23: ...Chapter 2 Development Environment 17 Different types signed unsigned Different types same size...
Page 24: ...18 C Programming Guide For Optimus S R...
Page 220: ...214 C Programming Guide For Optimus S R See Also FlashSize free_memory...