1# CellListRatLte 2 3 4## 概述 5 6LTE小区信息。 7 8**相关模块:** 9 10[Ril](_ril.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18 | 名称 | 描述 | 19| -------- | -------- | 20| [arfcn](#arfcn) | int<br/>BCCH载频的绝对射频频道号,取值范围0~1023 | 21| [pci](#pci) | int<br/>物理小区标识 | 22| [rsrp](#rsrp) | int<br/>信号接收功率,取值范围-140~-44 | 23| [rsrq](#rsrq) | int<br/>信号接收质量,取值范围-19~-3 | 24| [rxlev](#rxlev) | int<br/>信号接收强度,取值范围-120~37 | 25 26 27## 类成员变量说明 28 29 30### arfcn 31 32 33``` 34int CellListRatLte::arfcn 35``` 36**描述:** 37BCCH载频的绝对射频频道号,取值范围0~1023 38 39 40### pci 41 42 43``` 44int CellListRatLte::pci 45``` 46**描述:** 47物理小区标识 48 49 50### rsrp 51 52 53``` 54int CellListRatLte::rsrp 55``` 56**描述:** 57信号接收功率,取值范围-140~-44 58 59 60### rsrq 61 62 63``` 64int CellListRatLte::rsrq 65``` 66**描述:** 67信号接收质量,取值范围-19~-3 68 69 70### rxlev 71 72 73``` 74int CellListRatLte::rxlev 75``` 76**描述:** 77信号接收强度,取值范围-120~37 78