Class BatchData
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 8
The BatchData class stores the value of a particular batch type sensor.
public abstract class BatchData
- Inheritance
-
BatchData
- Derived
Constructors
View SourceBatchData(UInt64, SensorDataAccuracy)
Initializes a new instance of the BatchData class.
Declaration
public BatchData(ulong timestamp, SensorDataAccuracy accuracy)
Parameters
Type | Name | Description |
---|---|---|
UInt64 | timestamp | Timestamp of sensor event. |
SensorDataAccuracy | accuracy | Sensor accuracy of sensor event. |
API Level: 8
Properties
View SourceAccuracy
Accuracy of the HeartRateMonitorBatch data.
Declaration
public SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
API Level: 8
View SourceTimestamp
Timestamp as ticks that data was created
Declaration
public ulong Timestamp { get; }
Property Value
Type | Description |
---|---|
UInt64 | Timestamp |