AccelerometerDataThreshold 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供对加速计数据阈值的访问, (也称为更改敏感度) 。
public ref class AccelerometerDataThreshold sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AccelerometerDataThreshold final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AccelerometerDataThreshold
Public NotInheritable Class AccelerometerDataThreshold
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10, version 2004 (在 10.0.19041.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)
|
注解
阈值用于配置传感器硬件筛选发送到应用程序的数据的方式。 应用程序可以配置阈值,让硬件筛选出传感器数据中的任何不相关的更改。
属性
XAxisInGForce |
获取或设置达到阈值所需的沿 x 轴的最小加速度增加或减少量,以 g-force 为单位。 |
YAxisInGForce |
获取或设置达到阈值所需的沿 y 轴的最小加速度增加或减少量(以 g 力为单位)。 |
ZAxisInGForce |
获取或设置沿 z 轴达到阈值所需的最小加速度量(以 g-force 为单位)。 |