Class PressureSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The PressureSensor changed event arguments class is used for storing the data returned by a pressure sensor.
public class PressureSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPressureSensorDataUpdatedEventArgs
Properties
View SourcePressure
Gets the value of the pressure.
Declaration
public float Pressure { get; }
Property Value
Type | Description |
---|---|
float | Pressure |