BarometerData

Wisej.Hybrid.Shared.Sensors.BarometerData

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid (3.5.0.0)

Contains the pressure measured by the user's device barometer.

public class BarometerData : IEquatable<BarometerData>

Constructors

Initializes a new instance of BarometerData.

Initializes a new instance of the BarometerData class.

NameTypeDescription

pressure

The current pressure reading.

Properties

Double: Gets the current pressure in hectopascals.

Last updated