# ServiceCellParas
## 概述
多种网络模式的小区信息。
**相关模块:**
[Ril](_ril.md)
## 汇总
### Public 属性
| 名称 | 描述 |
| -------- | -------- |
| [gsm](#gsm) | struct [CellListRatGsm](_cell_list_rat_gsm.md)
GSM小区信息,具体查看[CellListRatGsm](_cell_list_rat_gsm.md) |
| [lte](#lte) | struct [CellListRatLte](_cell_list_rat_lte.md)
LTE小区信息,具体查看[CellListRatLte](_cell_list_rat_lte.md) |
| [wcdma](#wcdma) | struct [CellListRatWcdma](_cell_list_rat_wcdma.md)
WCDMA小区信息,具体查看[CellListRatWcdma](_cell_list_rat_wcdma.md) |
| [cdma](#cdma) | struct [CellListRatCdma](_cell_list_rat_cdma.md)
CDMA小区信息,具体查看[CellListRatCdma](_cell_list_rat_cdma.md) |
| [tdscdma](#tdscdma) | struct [CellListRatTdscdma](_cell_list_rat_tdscdma.md)
TDSCDMA小区信息,具体查看[CellListRatTdscdma](_cell_list_rat_tdscdma.md) |
| [nr](#nr) | struct [CellListRatNr](_cell_list_rat_nr.md)
NR小区信息,具体查看[CellListRatNr](_cell_list_rat_nr.md) |
## 类成员变量说明
### cdma
```
struct CellListRatCdma ServiceCellParas::cdma
```
**描述:**
CDMA小区信息,具体查看[CellListRatCdma](_cell_list_rat_cdma.md)
### gsm
```
struct CellListRatGsm ServiceCellParas::gsm
```
**描述:**
GSM小区信息,具体查看[CellListRatGsm](_cell_list_rat_gsm.md)
### lte
```
struct CellListRatLte ServiceCellParas::lte
```
**描述:**
LTE小区信息,具体查看[CellListRatLte](_cell_list_rat_lte.md)
### nr
```
struct CellListRatNr ServiceCellParas::nr
```
**描述:**
NR小区信息,具体查看[CellListRatNr](_cell_list_rat_nr.md)
### tdscdma
```
struct CellListRatTdscdma ServiceCellParas::tdscdma
```
**描述:**
TDSCDMA小区信息,具体查看[CellListRatTdscdma](_cell_list_rat_tdscdma.md)
### wcdma
```
struct CellListRatWcdma ServiceCellParas::wcdma
```
**描述:**
WCDMA小区信息,具体查看[CellListRatWcdma](_cell_list_rat_wcdma.md)