Barometer 类

定义

为大气传感器提供用于测量大气压力的接口。

有关实现的示例,请参阅气压计示例

public ref class Barometer 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 Barometer 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 Barometer
Public NotInheritable Class Barometer
继承
Object Platform::Object IInspectable Barometer
属性

Windows 要求

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

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
1709 16299 FromIdAsync
1709 16299 GetDeviceSelector
1709 16299 MaxBatchSize
1709 16299 ReportLatency
2004 19041 ReportThreshold

属性

DeviceId

获取设备标识符。

MaxBatchSize

获取传感器可以批处理的最大事件数。

MinimumReportInterval

此晴雨表传感器支持的最小报告间隔。

ReportInterval

获取或设置晴雨表的当前报告间隔。

ReportLatency

获取或设置传感器信息批次之间的延迟。

ReportThreshold

获取气压传感器的 BarometerDataThreshold

方法

FromIdAsync(String)

从传感器标识符异步获取传感器。

GetCurrentReading()

获取晴雨表的当前读数。

GetDefault()

返回默认的晴雨表传感器。

GetDeviceSelector()

获取设备选择器。

事件

ReadingChanged

每次晴雨表传感器报告新值时发生。

适用于

另请参阅