Class HeartRateMonitorBatchData
Definition
- Assembly:
- Tizen.Sensor.dll
The HeartRateMonitorBatchData class stores the value of HeartRateMonitorBatch sensor.
C#Copypublic class HeartRateMonitorBatchData : BatchData
- Inheritance
Constructors
View Source
HeartRateMonitorBatchData(ulong, SensorDataAccuracy, HeartRateMonitorBatchState, int, int)
Initializes a new instance of the HeartRateMonitorBatchData class.
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
C#Copypublic int RRInterval { get; }
Property Value
Type | Description |
---|---|
int | RRInterval |
Declaration
C#Copypublic HeartRateMonitorBatchState State { get; }
Property Value
Type | Description |
---|---|
HeartRateMonitorBatchState | State |