_cell_rat_cdma.md 1.3 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
# CellRatCdma


## 概述

CDMA蜂窝信息。

**相关模块:**

[Ril](_ril.md)


## 汇总


### Public 属性

  | 名称 | 描述 | 
| -------- | -------- |
| [systemId](#systemid) | int<br/>系统标识&nbsp; | 
| [networkId](#networkid) | int<br/>网络标识&nbsp; | 
| [baseId](#baseid) | int<br/>基础标识&nbsp; | 
| [zoneId](#zoneid) | int<br/>区域标识&nbsp; | 
| [pilotPn](#pilotpn) | int<br/>PN导频序列&nbsp; | 
| [pilotStrength](#pilotstrength) | int<br/>导频信号强度&nbsp; | 
| [channel](#channel) | int<br/>信道&nbsp; | 
| [longitude](#longitude) | int<br/>经度&nbsp; | 
| [latitude](#latitude) | int<br/>纬度&nbsp; | 


## 类成员变量说明


### baseId

  
```
int CellRatCdma::baseId
```
**描述:**
基础标识


### channel

  
```
int CellRatCdma::channel
```
**描述:**
信道


### latitude

  
```
int CellRatCdma::latitude
```
**描述:**
纬度


### longitude

  
```
int CellRatCdma::longitude
```
**描述:**
经度


### networkId

  
```
int CellRatCdma::networkId
```
**描述:**
网络标识


### pilotPn

  
```
int CellRatCdma::pilotPn
```
**描述:**
PN导频序列


### pilotStrength

  
```
int CellRatCdma::pilotStrength
```
**描述:**
导频信号强度


### systemId

  
```
int CellRatCdma::systemId
```
**描述:**
系统标识


### zoneId

  
```
int CellRatCdma::zoneId
```
**描述:**
区域标识