# CurrentServiceCellParas
## 概述
当前蜂窝数据信息。
**相关模块:**
[Ril](_ril.md)
## 汇总
### Public 属性
| 名称 | 描述 |
| -------- | -------- |
| [gsm](#gsm) | struct [CellRatGsm](_cell_rat_gsm.md)
Gsm蜂窝信息 |
| [lte](#lte) | struct [CellRatLte](_cell_rat_lte.md)
LTE蜂窝信息 |
| [wcdma](#wcdma) | struct [CellRatWcdma](_cell_rat_wcdma.md)
WCDMA蜂窝信息 |
| [cdma](#cdma) | struct [CellRatCdma](_cell_rat_cdma.md)
CDMA蜂窝信息 |
| [tdscdma](#tdscdma) | struct [CellRatTdscdma](_cell_rat_tdscdma.md)
TDSCDMA蜂窝信息 |
| [nr](#nr) | struct [CellRatNr](_cell_rat_nr.md)
NR蜂窝信息 |
## 类成员变量说明
### cdma
```
struct CellRatCdma CurrentServiceCellParas::cdma
```
**描述:**
CDMA蜂窝信息
### gsm
```
struct CellRatGsm CurrentServiceCellParas::gsm
```
**描述:**
Gsm蜂窝信息
### lte
```
struct CellRatLte CurrentServiceCellParas::lte
```
**描述:**
LTE蜂窝信息
### nr
```
struct CellRatNr CurrentServiceCellParas::nr
```
**描述:**
NR蜂窝信息
### tdscdma
```
struct CellRatTdscdma CurrentServiceCellParas::tdscdma
```
**描述:**
TDSCDMA蜂窝信息
### wcdma
```
struct CellRatWcdma CurrentServiceCellParas::wcdma
```
**描述:**
WCDMA蜂窝信息