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