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