Class HumiditySensorDataUpdatedEventArgs

Definition

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

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

C#
Copy
public class HumiditySensorDataUpdatedEventArgs : EventArgs
Inheritance
HumiditySensorDataUpdatedEventArgs

Properties

View Source

Humidity

Gets the value of the humidity.

Declaration
C#
Copy
public float Humidity { get; }
Property Value
Type Description
Single

Humidity

API Level: 3