Skip to main content

BarometerChangedEventArgs

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid

Contains the current pressure information from the barometer.

public class BarometerChangedEventArgs : EventArgs

Constructors

Instance memberBarometerChangedEventArgs(reading)

Initializes a new instance of the BarometerChangedEventArgs class.

NameTypeDescription
readingBarometerDataThe barometer data reading.

Properties

Instance memberReading

BarometerData: The current values of the barometer.