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
    System.EventArgs
    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.

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