Class HeartRateMonitorLEDGreenBatchData
Definition
- Assembly:
- Tizen.Sensor.dll
The HeartRateMonitorLEDGreenBatchData class stores the value of HeartRateMonitorLEDGreenBatch sensor.
public class HeartRateMonitorLEDGreenBatchData : BatchData
- Inheritance
Constructors
View SourceHeartRateMonitorLEDGreenBatchData(ulong, SensorDataAccuracy, uint, int, int, int, uint)
Initializes a new instance of the HeartRateMonitorLEDGreenBatchData class.
Declaration
public HeartRateMonitorLEDGreenBatchData(ulong timestamp, SensorDataAccuracy accuracy, uint green, int accelerationX, int accelerationY, int accelerationZ, uint index)
Parameters
Type | Name | Description |
---|---|---|
ulong | timestamp | Timestamp of sensor event. |
SensorDataAccuracy | accuracy | Sensor accuracy of sensor event. |
uint | green | Green LED ADC value of sensor event |
int | accelerationX | X axis's value of gravitational acceleration of sensor event. |
int | accelerationY | Y axis's value of gravitational acceleration of sensor event. |
int | accelerationZ | Z axis's value of gravitational acceleration of sensor event. |
uint | index | Sequential index of sensor event. |
Properties
View SourceAccelerationX
Gets the X axis's uncalibrated value of the gravitational acceleration. (-4096 ~ 4096)
Declaration
public int AccelerationX { get; }
Property Value
Type | Description |
---|---|
int | AccelerationX |
AccelerationY
Gets the Y axis's uncalibrated value of the gravitational acceleration. (-4096 ~ 4096)
Declaration
public int AccelerationY { get; }
Property Value
Type | Description |
---|---|
int | AccelerationY |
AccelerationZ
Gets the Z axis's uncalibrated value of the gravitational acceleration. (-4096 ~ 4096)
Declaration
public int AccelerationZ { get; }
Property Value
Type | Description |
---|---|
int | AccelerationZ |
Green
Gets the value of the Green LED ADC Value, between 0 and 4194304.
Declaration
public uint Green { get; }
Property Value
Type | Description |
---|---|
uint | Green |
Index
Gets the index value between 0 and 299 used for deburring purposes
Declaration
public uint Index { get; }
Property Value
Type | Description |
---|---|
uint | Index |