CustomSensorReading 类

定义

表示包含从传感器驱动程序发送到应用的自定义数据的键/值对的属性集。

每个键都是表示 PROPERTYKEY 的字符串。 每个值可以是整数、布尔值、浮点数或双精度值。

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

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

可通过调用 GetCurrentReading 方法或通过在事件回调方法中检索 CustomSensorReadingChangedEventArgs 对象的 Reading 属性来访问此对象。

版本历史记录

Windows 版本 SDK 版本 已添加值
1709 16299 PerformanceCount

属性

PerformanceCount

获取与读取关联的性能计数。 这允许读取与系统上的其他设备和进程同步。

Properties

获取为传感器设置的属性。

Timestamp

获取传感器报告读数的时间。

适用于

另请参阅