1# ServiceCellParas 2 3 4## 概述 5 6多种网络模式的小区信息。 7 8**起始版本:** 3.2 9 10**相关模块:**[Ril](_ril_v11.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| struct [CellListRatGsm](_cell_list_rat_gsm_v11.md)[gsm](#gsm) | GSM小区信息,具体查看[CellListRatGsm](_cell_list_rat_gsm_v11.md) | 21| struct [CellListRatLte](_cell_list_rat_lte_v11.md)[lte](#lte) | LTE小区信息,具体查看[CellListRatLte](_cell_list_rat_lte_v11.md) | 22| struct [CellListRatWcdma](_cell_list_rat_wcdma_v11.md)[wcdma](#wcdma) | WCDMA小区信息,具体查看[CellListRatWcdma](_cell_list_rat_wcdma_v11.md) | 23| struct [CellListRatCdma](_cell_list_rat_cdma_v11.md)[cdma](#cdma) | CDMA小区信息,具体查看[CellListRatCdma](_cell_list_rat_cdma_v11.md) | 24| struct [CellListRatTdscdma](_cell_list_rat_tdscdma_v11.md)[tdscdma](#tdscdma) | TDSCDMA小区信息,具体查看[CellListRatTdscdma](_cell_list_rat_tdscdma_v11.md) | 25| struct [CellListRatNr](_cell_list_rat_nr_v11.md)[nr](#nr) | NR小区信息,具体查看[CellListRatNr](_cell_list_rat_nr_v11.md) | 26 27 28## 类成员变量说明 29 30 31### cdma 32 33``` 34struct CellListRatCdma ServiceCellParas::cdma 35``` 36**描述** 37 38CDMA小区信息,具体查看[CellListRatCdma](_cell_list_rat_cdma_v11.md) 39 40 41### gsm 42 43``` 44struct CellListRatGsm ServiceCellParas::gsm 45``` 46**描述** 47 48GSM小区信息,具体查看[CellListRatGsm](_cell_list_rat_gsm_v11.md) 49 50 51### lte 52 53``` 54struct CellListRatLte ServiceCellParas::lte 55``` 56**描述** 57 58LTE小区信息,具体查看[CellListRatLte](_cell_list_rat_lte_v11.md) 59 60 61### nr 62 63``` 64struct CellListRatNr ServiceCellParas::nr 65``` 66**描述** 67 68NR小区信息,具体查看[CellListRatNr](_cell_list_rat_nr_v11.md) 69 70 71### tdscdma 72 73``` 74struct CellListRatTdscdma ServiceCellParas::tdscdma 75``` 76**描述** 77 78TDSCDMA小区信息,具体查看[CellListRatTdscdma](_cell_list_rat_tdscdma_v11.md) 79 80 81### wcdma 82 83``` 84struct CellListRatWcdma ServiceCellParas::wcdma 85``` 86**描述** 87 88WCDMA小区信息,具体查看[CellListRatWcdma](_cell_list_rat_wcdma_v11.md) 89