Class HeartRateMonitorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

    The HeartRateMonitor changed event arguments class is used for storing the data returned by a heart rate monitor.

    public class HeartRateMonitorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    HeartRateMonitorDataUpdatedEventArgs

    Properties

    View Source

    HeartRate

    Gets the value of the heart rate.

    Declaration
    public int HeartRate { get; }
    Property Value
    Type Description
    int

    The heart rate.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX