Class HeartRateMonitorBatchData
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 8
The HeartRateMonitorBatchData class stores the value of HeartRateMonitorBatch sensor.
public class HeartRateMonitorBatchData : BatchData
- Inheritance
Constructors
View SourceHeartRateMonitorBatchData(UInt64, SensorDataAccuracy, HeartRateMonitorBatchState, Int32, Int32)
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 |
---|---|---|
UInt64 | timestamp | Timestamp of HeartRateMonitorBatch sensor event. |
SensorDataAccuracy | accuracy | Sensor accuracy of HeartRateMonitorBatch sensor event. |
HeartRateMonitorBatchState | state | Value indicating the status of the HeartRateMonitorBatch sensor. |
Int32 | heartRate | heartRate of HeartRateMonitorBatch sensor event. |
Int32 | rri | rri of HeartRateMonitorBatch sensor event. |
API Level: 8
Properties
View SourceHeartRate
Heart rate in beats per minute
Declaration
public int HeartRate { get; }
Property Value
Type | Description |
---|---|
Int32 | HeartRate |
API Level: 8
View SourceRRInterval
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 |
---|---|
Int32 | RRInterval |
API Level: 8
View SourceState
Gets the value of the HeartRateMonitorBatch state.
Declaration
public HeartRateMonitorBatchState State { get; }
Property Value
Type | Description |
---|---|
HeartRateMonitorBatchState | State |