Class HeartRateMonitorLEDGreenBatchData

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
8

The HeartRateMonitorLEDGreenBatchData class stores the value of HeartRateMonitorLEDGreenBatch sensor.

C#
Copy
public class HeartRateMonitorLEDGreenBatchData : BatchData
Inheritance
System.Object
HeartRateMonitorLEDGreenBatchData

Constructors

View Source

HeartRateMonitorLEDGreenBatchData(UInt64, SensorDataAccuracy, UInt32, Int32, Int32, Int32, UInt32)

Initializes a new instance of the HeartRateMonitorLEDGreenBatchData class.

Declaration
C#
Copy
public HeartRateMonitorLEDGreenBatchData(ulong timestamp, SensorDataAccuracy accuracy, uint green, int accelerationX, int accelerationY, int accelerationZ, uint index)
Parameters
Type Name Description
System.UInt64 timestamp

Timestamp of sensor event.

SensorDataAccuracy accuracy

Sensor accuracy of sensor event.

System.UInt32 green

Green LED ADC value of sensor event

Int32 accelerationX

X axis's value of gravitational acceleration of sensor event.

Int32 accelerationY

Y axis's value of gravitational acceleration of sensor event.

Int32 accelerationZ

Z axis's value of gravitational acceleration of sensor event.

System.UInt32 index

Sequential index of sensor event.

API Level: 8

Properties

View Source

AccelerationX

Gets the X axis's uncalibrated value of the gravitational acceleration. (-4096 ~ 4096)

Declaration
C#
Copy
public int AccelerationX { get; }
Property Value
Type Description
Int32

AccelerationX

API Level: 8
View Source

AccelerationY

Gets the Y axis's uncalibrated value of the gravitational acceleration. (-4096 ~ 4096)

Declaration
C#
Copy
public int AccelerationY { get; }
Property Value
Type Description
Int32

AccelerationY

API Level: 8
View Source

AccelerationZ

Gets the Z axis's uncalibrated value of the gravitational acceleration. (-4096 ~ 4096)

Declaration
C#
Copy
public int AccelerationZ { get; }
Property Value
Type Description
Int32

AccelerationZ

API Level: 8
View Source

Green

Gets the value of the Green LED ADC Value, between 0 and 4194304.

Declaration
C#
Copy
public uint Green { get; }
Property Value
Type Description
System.UInt32

Green

API Level: 8
View Source

Index

Gets the index value between 0 and 299 used for deburring purposes

Declaration
C#
Copy
public uint Index { get; }
Property Value
Type Description
System.UInt32

Index

API Level: 8