Class TemperatureSensorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    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
    object
    System.EventArgs
    TemperatureSensorDataUpdatedEventArgs

    Properties

    View Source

    Temperature

    Gets the value of the temperature.

    Declaration
    public float Temperature { get; }
    Property Value
    Type Description
    float

    Temperature

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX