IHumanPresenceSensorExtension 接口

定义

定义类型的实现,该类型支持在传感器和系统之间的管道中检查和修改人类存在传感器读数。

public interface class IHumanPresenceSensorExtension
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.Guid(1045588593, 11549, 23875, 138, 142, 164, 52, 168, 36, 46, 240)]
struct IHumanPresenceSensorExtension
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.Guid(1045588593, 11549, 23875, 138, 142, 164, 52, 168, 36, 46, 240)]
public interface IHumanPresenceSensorExtension
Public Interface IHumanPresenceSensorExtension
属性

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v15.0 中引入)

方法

Initialize(String)

初始化指定传感器的 HumanPresenceSensor 插件。

ProcessReading(HumanPresenceSensorReading)

汇报传感器堆栈中的 HumanPresenceSensor 读取,并将更新的读数返回到传感器堆栈进行处理。

ProcessReadingTimeoutExpired(HumanPresenceSensorReading)

当插件未完成对 ProcessReading 的调用时调用, (Windows.Devices.Sensors.HumanPresenceSensorReading) 预定义超时。

Reset()

如果未正确响应,则重置 HumanPresenceSensor 流。

Start()

启动 HumanPresenceSensor 流。

Stop()

停止 HumanPresenceSensor 流。

Uninitialize()

取消初始化 HumanPresenceSensor 插件。

适用于