_neighbor_cell.md 1.1 KB
Newer Older
Z
z00524957 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
# NeighborCell


## 概述

定义设备驻留的基站邻区信息的数据结构。

**Since:**
4.0
**相关模块:**

[HdiLpfenceGeofence](_hdi_lpfence_geofence.md)


## 汇总


### Public 属性

  | 名称 | 描述 | 
| -------- | -------- |
| [physicalId](#physicalid) | int<br/>邻区ID号&nbsp; | 
| [mcc](#mcc) | unsigned&nbsp;short<br/>移动国家码&nbsp; | 
| [mnc](#mnc) | unsigned&nbsp;short<br/>移动网络码&nbsp; | 
| [rssi](#rssi) | short<br/>信号接收强度&nbsp; | 
| [rat](#rat) | unsigned&nbsp;short<br/>网络制式&nbsp; | 
| [pci](#pci) | unsigned&nbsp;int<br/>物理小区识别码&nbsp; | 


## 类成员变量说明


### mcc

  
```
unsigned short NeighborCell::mcc
```
**描述:**
移动国家码


### mnc

  
```
unsigned short NeighborCell::mnc
```
**描述:**
移动网络码


### pci

  
```
unsigned int NeighborCell::pci
```
**描述:**
物理小区识别码


### physicalId

  
```
int NeighborCell::physicalId
```
**描述:**
邻区ID号


### rat

  
```
unsigned short NeighborCell::rat
```
**描述:**
网络制式


### rssi

  
```
short NeighborCell::rssi
```
**描述:**
信号接收强度