Chapter 3 Terminal Specific Function Library
133
3.13.4 Network Status
Once the network has been initialized, there is some status information can be retrieved
from the system. This status information is grouped into a structure,
NETSTATUS
or
BTSTATUS
structure, and the system will periodically update it.
Note: User program must explicitly call CheckNetStatus() to get the latest status.
WLAN (802.11b) - Status
NETSTATUS Structure
struct
NETSTATUS {
int
State;
int
Quality;
int
Signal;
int
Noise;
int
Channel;
int
TxRate;
int
IPReady;
};
Parameter
Description
Value
Index
int State
Connection State
0
1
NET_DISCONNECTED
NET_CONNECTED
0
int Quality
Link Quality
0 ~ 10
10 ~ 15
15 ~ 30
30 ~ 50
50 ~ 80
Very poor
Poor
Fair
Good
Very good
1
Содержание Optimus R
Страница 1: ...Printed on 20 March 2006 C Programming Guide Version 3 04 02 Optimus S Optimus R...
Страница 6: ......
Страница 8: ...2 C Programming Guide For Optimus S R...
Страница 12: ...6 C Programming Guide For Optimus S R The flow is illustrated as shown below...
Страница 23: ...Chapter 2 Development Environment 17 Different types signed unsigned Different types same size...
Страница 24: ...18 C Programming Guide For Optimus S R...
Страница 220: ...214 C Programming Guide For Optimus S R See Also FlashSize free_memory...
Страница 232: ...226 C Programming Guide For Optimus S R 4 11 Implementation defined Limits limits h float h Refer to limit h and float h...
Страница 238: ...232 C Programming Guide For Optimus S R...