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#
Copy
public class SensorAccuracyChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args SensorAccuracy Changed Event Args
Properties
Declaration
C#
Copy
public SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
Sensor |
Accuracy |
Declaration
C#
Copy
public TimeSpan TimeSpan { get; }
Property Value
Type | Description |
---|---|
System. |
The time span. |
Declaration
C#
Copy
public ulong Timestamp { get; }
Property Value
Type | Description |
---|---|
ulong | Timestamp |