1# CellListRatCdma
2
3
4## 概述
5
6CDMA小区信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[Ril](_ril_v10.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [systemId](#systemid) | 系统标识  |
21| int [networkId](#networkid) | 网络标识  |
22| int [baseId](#baseid) | 基本标识  |
23| int [zoneId](#zoneid) | 区域标识  |
24| int [pilotPn](#pilotpn) | PN导频序列  |
25| int [pilotStrength](#pilotstrength) | 导频信号强度  |
26| int [channel](#channel) | 信道  |
27| int [longitude](#longitude) | 经度  |
28| int [latitude](#latitude) | 纬度  |
29
30
31## 类成员变量说明
32
33
34### baseId
35
36```
37int CellListRatCdma::baseId
38```
39**描述**
40
41基本标识
42
43
44### channel
45
46```
47int CellListRatCdma::channel
48```
49**描述**
50
51信道
52
53
54### latitude
55
56```
57int CellListRatCdma::latitude
58```
59**描述**
60
61纬度
62
63
64### longitude
65
66```
67int CellListRatCdma::longitude
68```
69**描述**
70
71经度
72
73
74### networkId
75
76```
77int CellListRatCdma::networkId
78```
79**描述**
80
81网络标识
82
83
84### pilotPn
85
86```
87int CellListRatCdma::pilotPn
88```
89**描述**
90
91PN导频序列
92
93
94### pilotStrength
95
96```
97int CellListRatCdma::pilotStrength
98```
99**描述**
100
101导频信号强度
102
103
104### systemId
105
106```
107int CellListRatCdma::systemId
108```
109**描述**
110
111系统标识
112
113
114### zoneId
115
116```
117int CellListRatCdma::zoneId
118```
119**描述**
120
121区域标识
122