Class TemperatureSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The TemperatureSensor changed event arguments class is used for storing the data returned by a temperature sensor.
public class TemperatureSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsTemperatureSensorDataUpdatedEventArgs
Properties
View SourceTemperature
Gets the value of the temperature.
Declaration
public float Temperature { get; }
Property Value
Type | Description |
---|---|
float | Temperature |