1# CellfenceInfo 2 3 4## 概述 5 6定义基站基本信息的数据结构。 7 8**起始版本:** 4.0 9 10**相关模块:**[HdiLpfenceCellfence](_hdi_lpfence_cellfence.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| unsigned int [lac](#lac) | 基站号 | 21| unsigned long [cid](#cid) | 小区号 | 22 23 24## 类成员变量说明 25 26 27### cid 28 29``` 30unsigned long CellfenceInfo::cid 31``` 32**描述** 33 34小区号 35 36 37### lac 38 39``` 40unsigned int CellfenceInfo::lac 41``` 42**描述** 43 44基站号 45