Class HeartRateMonitorBatchData
Definition
- Assembly:
- Tizen.Sensor.dll
The HeartRateMonitorBatchData class stores the value of HeartRateMonitorBatch sensor.
public class HeartRateMonitorBatchData : BatchData
- Inheritance
Constructors
View SourceHeartRateMonitorBatchData(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 SourceHeartRate
Heart rate in beats per minute
Declaration
public int HeartRate { get; }
Property Value
Type | Description |
---|---|
int | HeartRate |
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 |
State
Gets the value of the HeartRateMonitorBatch state.
Declaration
public HeartRateMonitorBatchState State { get; }
Property Value
Type | Description |
---|---|
HeartRateMonitorBatchState | State |