Class HeartRateMonitorBatchData

    Definition

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

    The HeartRateMonitorBatchData class stores the value of HeartRateMonitorBatch sensor.

    public class HeartRateMonitorBatchData : BatchData
    Inheritance
    object
    BatchData
    HeartRateMonitorBatchData

    Constructors

    View Source

    HeartRateMonitorBatchData(ulong, SensorDataAccuracy, HeartRateMonitorBatchState, int, int)

    Initializes a new instance of the HeartRateMonitorBatchData class.

    Declaration
    public HeartRateMonitorBatchData(ulong timestamp, SensorDataAccuracy accuracy, HeartRateMonitorBatchState state, int heartRate, int rri)
    Parameters
    Type Name Description
    ulong timestamp

    Timestamp of HeartRateMonitorBatch sensor event.

    SensorDataAccuracy accuracy

    Sensor accuracy of HeartRateMonitorBatch sensor event.

    HeartRateMonitorBatchState state

    Value indicating the status of the HeartRateMonitorBatch sensor.

    int heartRate

    heartRate of HeartRateMonitorBatch sensor event.

    int rri

    rri of HeartRateMonitorBatch sensor event.

    Properties

    View Source

    HeartRate

    Heart rate in beats per minute

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

    HeartRate

    View Source

    RRInterval

    Gets the value of R wave-to-R wave interval(RRI) from ECG sensor. The unit of the interval is millisecond.

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

    RRInterval

    View Source

    State

    Gets the value of the HeartRateMonitorBatch state.

    Declaration
    public HeartRateMonitorBatchState State { get; }
    Property Value
    Type Description
    HeartRateMonitorBatchState

    State

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