Class SensorAccuracyChangedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The sensor accuracy changed event arguments class contains the parameters to be returned through the accuracy callback.
C#Copypublic class SensorAccuracyChangedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsSensorAccuracyChangedEventArgs
Properties
Declaration
C#Copypublic SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
API Level: 3
Declaration
C#Copypublic TimeSpan TimeSpan { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The time span. |
API Level: 3
Declaration
C#Copypublic ulong Timestamp { get; }
Property Value
Type | Description |
---|---|
System.UInt64 | Timestamp |