harmony 鸿蒙WififenceRequest

  • 2025-06-16
  • 浏览 (5)

WififenceRequest

概述

定义添加Wi-Fi围栏的数据结构。

起始版本: 4.0

相关模块:HdiLpfenceWififence

汇总

Public 属性

名称 描述
int wififenceId Wi-Fi围栏的ID号,用于标识某个Wi-Fi围栏,不可重复添加相同ID号的围栏。
int algoType Wi-Fi围栏的匹配算法。详见WififenceAlgoType
unsigned char[] bssid 若使用TYPE_ONE_BSSID类型算法,则是多组Wi-Fi MAC地址。
若使用TYPE_FP_MATCH类型算法,则是多组的Wi-Fi MAC地址和对应RSSI值。

类成员变量说明

algoType

int WififenceRequest::algoType

描述

Wi-Fi围栏的匹配算法。详见WififenceAlgoType

bssid

unsigned char [] WififenceRequest::bssid

描述

若使用TYPE_ONE_BSSID类型算法,则是多组Wi-Fi MAC地址。若使用TYPE_FP_MATCH类型算法,则是多组的Wi-Fi MAC地址和对应RSSI值。

wififenceId

int WififenceRequest::wififenceId

描述

Wi-Fi围栏的ID号,用于标识某个Wi-Fi围栏,不可重复添加相同ID号的围栏。

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Ipfence HDI 参考

harmony 鸿蒙CellTrajectoryData

harmony 鸿蒙CellbatchingRequest

harmony 鸿蒙CellbatchingTypes.idl

harmony 鸿蒙CellfenceInfo

harmony 鸿蒙CellfenceRequest

harmony 鸿蒙CellfenceSize

harmony 鸿蒙CellfenceStatus

harmony 鸿蒙CellfenceTypes.idl

harmony 鸿蒙HdiLpfenceCellbatching

0  赞