Class TemperatureSensorDataUpdatedEventArgs

Definition

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

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

C#
Copy
public class TemperatureSensorDataUpdatedEventArgs : EventArgs
Inheritance
System.Object
TemperatureSensorDataUpdatedEventArgs

Properties

View Source

Temperature

Gets the value of the temperature.

Declaration
C#
Copy
public float Temperature { get; }
Property Value
Type Description
System.Single

Temperature

API Level: 3