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.
C#Copypublic abstract class BatchData
- Inheritance
-
System.ObjectBatchData
- Derived
Constructors
View Source
BatchData(UInt64, SensorDataAccuracy)
Initializes a new instance of the BatchData class.
Declaration
C#Copypublic BatchData(ulong timestamp, SensorDataAccuracy accuracy)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | timestamp | Timestamp of sensor event. |
SensorDataAccuracy | accuracy | Sensor accuracy of sensor event. |
API Level: 8
Properties
Declaration
C#Copypublic SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
API Level: 8
Declaration
C#Copypublic ulong Timestamp { get; }
Property Value
Type | Description |
---|---|
System.UInt64 | Timestamp |