1# CurrentCell 2 3 4## 概述 5 6定义设备驻留的基站主区信息的数据结构。 7 8**起始版本:** 4.0 9 10**相关模块:**[HdiLpfenceGeofence](_hdi_lpfence_geofence.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| long [cellId](#cellid) | 小区号 | 21| int [lac](#lac) | 基站号 | 22| unsigned short [mcc](#mcc) | 移动国家码 | 23| unsigned short [mnc](#mnc) | 移动网络码 | 24| short [rssi](#rssi) | 信号接收强度 | 25| unsigned short [rat](#rat) | 网络制式,1代表GSM,2代表WCDMA或TD-CDMA,3代表LTE,4代表5G NR。 | 26| unsigned int [pci](#pci) | 物理小区识别码 | 27| int [bootTimeLow](#boottimelow) | 时间戳的低32位 | 28| int [bootTimeHigh](#boottimehigh) | 时间戳的高32位 | 29 30 31## 类成员变量说明 32 33 34### bootTimeHigh 35 36``` 37int CurrentCell::bootTimeHigh 38``` 39 40**描述** 41 42 43时间戳的高32位 44 45 46### bootTimeLow 47 48``` 49int CurrentCell::bootTimeLow 50``` 51 52**描述** 53 54 55时间戳的低32位 56 57 58### cellId 59 60``` 61long CurrentCell::cellId 62``` 63 64**描述** 65 66 67小区号 68 69 70### lac 71 72``` 73int CurrentCell::lac 74``` 75 76**描述** 77 78 79基站号 80 81 82### mcc 83 84``` 85unsigned short CurrentCell::mcc 86``` 87 88**描述** 89 90 91移动国家码 92 93 94### mnc 95 96``` 97unsigned short CurrentCell::mnc 98``` 99 100**描述** 101 102 103移动网络码 104 105 106### pci 107 108``` 109unsigned int CurrentCell::pci 110``` 111 112**描述** 113 114 115物理小区识别码 116 117 118### rat 119 120``` 121unsigned short CurrentCell::rat 122``` 123 124**描述** 125 126 127网络制式,1代表GSM,2代表WCDMA或TD-CDMA,3代表LTE,4代表5G NR。 128 129 130### rssi 131 132``` 133short CurrentCell::rssi 134``` 135 136**描述** 137 138 139信号接收强度 140