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.
public class SensorAccuracyChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceAccuracy
Gets the accuracy.
Declaration
public SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
API Level: 3
View SourceTimeSpan
Gets the time stamp.
Declaration
public TimeSpan TimeSpan { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The time span. |
API Level: 3
View SourceTimestamp
Gets the time stamp.
Declaration
public ulong Timestamp { get; }
Property Value
Type | Description |
---|---|
UInt64 | Timestamp |