• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CellListRatTdscdma
2
3
4## 概述
5
6TDSCDMA小区信息。
7
8**相关模块:**
9
10[Ril](_ril.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18  | 名称 | 描述 |
19| -------- | -------- |
20| [arfcn](#arfcn) | int<br/>BCCH载频的绝对射频频道号&nbsp; |
21| [syncId](#syncid) | int<br/>同步标识&nbsp; |
22| [sc](#sc) | int<br/>超级小区&nbsp; |
23| [cellId](#cellid) | int<br/>小区标识&nbsp; |
24| [lac](#lac) | int<br/>位置区号,取值范围0~0xFFFF&nbsp; |
25| [rscp](#rscp) | int<br/>接收信号码功率&nbsp; |
26| [drx](#drx) | int<br/>不连续接收周期长度&nbsp; |
27| [rac](#rac) | int<br/>路由区域码&nbsp; |
28| [cpid](#cpid) | int<br/>超级小区标识&nbsp; |
29
30
31## 类成员变量说明
32
33
34### arfcn
35
36
37```
38int CellListRatTdscdma::arfcn
39```
40**描述:**
41BCCH载频的绝对射频频道号
42
43
44### cellId
45
46
47```
48int CellListRatTdscdma::cellId
49```
50**描述:**
51小区标识
52
53
54### cpid
55
56
57```
58int CellListRatTdscdma::cpid
59```
60**描述:**
61超级小区标识
62
63
64### drx
65
66
67```
68int CellListRatTdscdma::drx
69```
70**描述:**
71不连续接收周期长度
72
73
74### lac
75
76
77```
78int CellListRatTdscdma::lac
79```
80**描述:**
81位置区号,取值范围0~0xFFFF
82
83
84### rac
85
86
87```
88int CellListRatTdscdma::rac
89```
90**描述:**
91路由区域码
92
93
94### rscp
95
96
97```
98int CellListRatTdscdma::rscp
99```
100**描述:**
101接收信号码功率
102
103
104### sc
105
106
107```
108int CellListRatTdscdma::sc
109```
110**描述:**
111超级小区
112
113
114### syncId
115
116
117```
118int CellListRatTdscdma::syncId
119```
120**描述:**
121同步标识
122