BarometerChangedEventArgs
Namespace: Wisej.Hybrid.Shared.Sensors
Assembly: Wisej.Hybrid
Contains the current pressure information from the barometer.
- C#
- VB.NET
public class BarometerChangedEventArgs : EventArgs
Public Class BarometerChangedEventArgs
Inherits EventArgs
Constructors
BarometerChangedEventArgs(reading)
Initializes a new instance of the BarometerChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| reading | BarometerData | The barometer data reading. |
Properties
Reading
BarometerData: The current values of the barometer.