1# CellListCurrentInfo 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| int [itemNum](#itemnum) | 小区信息数量 | 21| List< struct [CurrentCellInfo](_current_cell_info_v11.md) > [cellCurrentInfo](#cellcurrentinfo) | 当前小区信息 | 22 23 24## 类成员变量说明 25 26 27### cellCurrentInfo 28 29``` 30List<struct CurrentCellInfo> CellListCurrentInfo::cellCurrentInfo 31``` 32**描述** 33 34当前小区信息 35 36 37### itemNum 38 39``` 40int CellListCurrentInfo::itemNum 41``` 42**描述** 43 44小区信息数量 45