Share via


IBarometer Interface

Definition

Monitor changes to the atmospheric pressure.

public interface class IBarometer
public interface IBarometer
type IBarometer = interface
Public Interface IBarometer

Properties

Name Description
IsMonitoring

Gets a value indicating whether the barometer is actively being monitored.

IsSupported

Gets a value indicating whether reading the barometer is supported on this device.

Methods

Name Description
Start(SensorSpeed)

Start monitoring for changes to the barometer.

Stop()

Stop monitoring for changes to the barometer.

Events

Name Description
ReadingChanged

Occurs when the barometer reading changes.

Applies to