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