1# CurrentServiceCellParas_1_1 2 3 4## 概述 5 6当前蜂窝数据信息。 7 8**起始版本:** 4.0 9 10**相关模块:**[Ril](_ril_v11.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| struct [CellRatGsm](_cell_rat_gsm_v11.md)[gsm](#gsm) | Gsm蜂窝信息 | 21| struct [CellRatLte](_cell_rat_lte_v11.md)[lte](#lte) | LTE蜂窝信息 | 22| struct [CellRatWcdma](_cell_rat_wcdma_v11.md)[wcdma](#wcdma) | WCDMA蜂窝信息 | 23| struct [CellRatCdma](_cell_rat_cdma_v11.md)[cdma](#cdma) | CDMA蜂窝信息 | 24| struct [CellRatTdscdma](_cell_rat_tdscdma_v11.md)[tdscdma](#tdscdma) | TDSCDMA蜂窝信息 | 25| struct [CellRatNr_1_1](_cell_rat_nr__1__1_v11.md)[nr](#nr) | NR蜂窝信息 | 26 27 28## 类成员变量说明 29 30 31### cdma 32 33``` 34struct CellRatCdma CurrentServiceCellParas_1_1::cdma 35``` 36**描述** 37 38CDMA蜂窝信息 39 40 41### gsm 42 43``` 44struct CellRatGsm CurrentServiceCellParas_1_1::gsm 45``` 46**描述** 47 48Gsm蜂窝信息 49 50 51### lte 52 53``` 54struct CellRatLte CurrentServiceCellParas_1_1::lte 55``` 56**描述** 57 58LTE蜂窝信息 59 60 61### nr 62 63``` 64struct CellRatNr_1_1 CurrentServiceCellParas_1_1::nr 65``` 66**描述** 67 68NR蜂窝信息 69 70 71### tdscdma 72 73``` 74struct CellRatTdscdma CurrentServiceCellParas_1_1::tdscdma 75``` 76**描述** 77 78TDSCDMA蜂窝信息 79 80 81### wcdma 82 83``` 84struct CellRatWcdma CurrentServiceCellParas_1_1::wcdma 85``` 86**描述** 87 88WCDMA蜂窝信息 89