luat_soc_sdk_2024 V1.0
|
#include <luat_mobile.h>
成员变量 | |
int | cid |
int | mcc |
int | mnc |
int | lac |
int | arfcn |
int | bsic |
int | rssi |
在文件 luat_mobile.h 第 305 行定义.
int arfcn |
Absolute RF channel number.
在文件 luat_mobile.h 第 311 行定义.
int bsic |
Base station identity code. (0 indicates information is not present).
在文件 luat_mobile.h 第 312 行定义.
int cid |
Cell ID, (0 indicates information is not represent).
在文件 luat_mobile.h 第 307 行定义.
int lac |
Location area code.(This field should be ignord when cid is not present).
在文件 luat_mobile.h 第 310 行定义.
int mcc |
This field should be ignored when cid is not present
在文件 luat_mobile.h 第 308 行定义.
int mnc |
This field should be ignored when cid is not present
在文件 luat_mobile.h 第 309 行定义.
int rssi |
Receive signal strength, Value range: rxlev-111 for dbm format
在文件 luat_mobile.h 第 313 行定义.