Class PressureSensorDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
3

The PressureSensor changed event arguments class is used for storing the data returned by a pressure sensor.

C#
Copy
public class PressureSensorDataUpdatedEventArgs : EventArgs
Inheritance
PressureSensorDataUpdatedEventArgs

Properties

View Source

Pressure

Gets the value of the pressure.

Declaration
C#
Copy
public float Pressure { get; }
Property Value
Type Description
Single

Pressure

API Level: 3