MagnetometerDataThreshold 类

定义

提供对磁力计数据阈值的访问, (也称为更改敏感度) 。

public ref class MagnetometerDataThreshold sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MagnetometerDataThreshold final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MagnetometerDataThreshold
Public NotInheritable Class MagnetometerDataThreshold
继承
Object Platform::Object IInspectable MagnetometerDataThreshold
属性

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)

注解

阈值用于配置传感器硬件如何筛选发送到应用程序的数据。 应用程序可以配置阈值,让硬件筛选掉传感器数据中的任何不相关的更改。

属性

XAxisMicroteslas

获取或设置在 x 轴周围达到阈值所需的地磁数据的最小变化,以微分为单位。

YAxisMicroteslas

获取或设置达到阈值所需的 y 轴周围的地磁数据的最小变化,以微分为单位。

ZAxisMicroteslas

获取或设置绕 z 轴的地磁数据达到阈值所需的最小变化,以微分为单位。

适用于

另请参阅