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#Copypublic class PressureSensorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic float Pressure { get; }
Property Value
Type | Description |
---|---|
Single | Pressure |