• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CellListRatGsm
2
3
4## 概述
5
6GSM小区信息。
7
8**相关模块:**
9
10[Ril](_ril.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18  | 名称 | 描述 |
19| -------- | -------- |
20| [band](#band) | int<br/>小区的band信息&nbsp; |
21| [arfcn](#arfcn) | int<br/>BCCH(Broadcast&nbsp;Control&nbsp;Channel)载频的绝对射频频道号,取值范围0~1023&nbsp; |
22| [bsic](#bsic) | int<br/>基站识别码&nbsp; |
23| [cellId](#cellid) | int<br/>小区信息标识&nbsp; |
24| [lac](#lac) | int<br/>位置区号,取值范围0~0xFFFF&nbsp; |
25| [rxlev](#rxlev) | int<br/>信号接收强度,取值范围-120~37&nbsp; |
26
27
28## 类成员变量说明
29
30
31### arfcn
32
33
34```
35int CellListRatGsm::arfcn
36```
37**描述:**
38BCCH(Broadcast Control Channel)载频的绝对射频频道号,取值范围0~1023
39
40
41### band
42
43
44```
45int CellListRatGsm::band
46```
47**描述:**
48小区的band信息
49
50
51### bsic
52
53
54```
55int CellListRatGsm::bsic
56```
57**描述:**
58基站识别码
59
60
61### cellId
62
63
64```
65int CellListRatGsm::cellId
66```
67**描述:**
68小区信息标识
69
70
71### lac
72
73
74```
75int CellListRatGsm::lac
76```
77**描述:**
78位置区号,取值范围0~0xFFFF
79
80
81### rxlev
82
83
84```
85int CellListRatGsm::rxlev
86```
87**描述:**
88信号接收强度,取值范围-120~37
89