_cell_rat_tdscdma.md 1.4 KB
Newer Older
Z
z00524957 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
# CellRatTdscdma


## 概述

TDSCDMA蜂窝信息。

**相关模块:**

[Ril](_ril.md)


## 汇总


### Public 属性

  | 名称 | 描述 | 
| -------- | -------- |
| [arfcn](#arfcn) | int<br/>BCCH载频的绝对射频频道号&nbsp; | 
| [syncId](#syncid) | int<br/>同步标识&nbsp; | 
| [sc](#sc) | int<br/>超级小区&nbsp; | 
| [cellId](#cellid) | int<br/>小区标识&nbsp; | 
| [lac](#lac) | int<br/>地区区域码&nbsp; | 
| [rscp](#rscp) | int<br/>接收信号码功率&nbsp; | 
| [drx](#drx) | int<br/>不连续接收周期长度&nbsp; | 
| [rac](#rac) | int<br/>路由区域码&nbsp; | 
| [cpid](#cpid) | int<br/>超级小区标识&nbsp; | 


## 类成员变量说明


### arfcn

  
```
int CellRatTdscdma::arfcn
```
**描述:**
BCCH载频的绝对射频频道号


### cellId

  
```
int CellRatTdscdma::cellId
```
**描述:**
小区标识


### cpid

  
```
int CellRatTdscdma::cpid
```
**描述:**
超级小区标识


### drx

  
```
int CellRatTdscdma::drx
```
**描述:**
不连续接收周期长度


### lac

  
```
int CellRatTdscdma::lac
```
**描述:**
地区区域码


### rac

  
```
int CellRatTdscdma::rac
```
**描述:**
路由区域码


### rscp

  
```
int CellRatTdscdma::rscp
```
**描述:**
接收信号码功率


### sc

  
```
int CellRatTdscdma::sc
```
**描述:**
超级小区


### syncId

  
```
int CellRatTdscdma::syncId
```
**描述:**
同步标识