CellfenceRequest
概述
定义添加基站围栏的数据结构。
Since:
4.0
相关模块:
汇总
Public 属性
名称 | 描述 |
---|---|
cellfenceId | int 基站围栏的ID号,用于标识某个基站围栏,不可重复添加相同ID号的围栏。 |
cellInfo | struct CellfenceInfo[] 基站围栏信息,详见CellfenceInfo。 |
类成员变量说明
cellfenceId
int CellfenceRequest::cellfenceId
描述:
基站围栏的ID号,用于标识某个基站围栏,不可重复添加相同ID号的围栏。
cellInfo
struct CellfenceInfo [] CellfenceRequest::cellInfo
描述:
基站围栏信息,详见CellfenceInfo。