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.
public class PressureSensorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourcePressure
Gets the value of the pressure.
Declaration
public float Pressure { get; }
Property Value
Type | Description |
---|---|
Single | Pressure |