Class BatchData
Definition
- Assembly:
- Tizen.Sensor.dll
The BatchData class stores the value of a particular batch type sensor.
C#Copypublic abstract class BatchData
- Inheritance
-
objectBatchData
- Derived
Constructors
Declaration
C#Copypublic BatchData(ulong timestamp, SensorDataAccuracy accuracy)
Parameters
Type | Name | Description |
---|---|---|
ulong | timestamp | Timestamp of sensor event. |
SensorDataAccuracy | accuracy | Sensor accuracy of sensor event. |
Properties
Declaration
C#Copypublic SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
Declaration
C#Copypublic ulong Timestamp { get; }
Property Value
Type | Description |
---|---|
ulong | Timestamp |