Class SensorAccuracyChangedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

    The sensor accuracy changed event arguments class contains the parameters to be returned through the accuracy callback.

    public class SensorAccuracyChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SensorAccuracyChangedEventArgs

    Properties

    View Source

    Accuracy

    Gets the accuracy.

    Declaration
    public SensorDataAccuracy Accuracy { get; }
    Property Value
    Type Description
    SensorDataAccuracy

    Accuracy

    View Source

    TimeSpan

    Gets the time stamp.

    Declaration
    public TimeSpan TimeSpan { get; }
    Property Value
    Type Description
    System.TimeSpan

    The time span.

    View Source

    Timestamp

    Gets the time stamp.

    Declaration
    public ulong Timestamp { get; }
    Property Value
    Type Description
    ulong

    Timestamp

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX