Class RotaryEventArgs

    Definition

    Namespace:
    ElmSharp.Wearable
    Assembly:
    ElmSharp.Wearable.dll

    The RotaryEventArgs serves information for the triggered Rotary event.

    [Obsolete("This has been deprecated in API12")]
    public class RotaryEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RotaryEventArgs

    Properties

    View Source

    IsClockwise

    IsClockwise is true when the Rotary device rotated in the clockwise direction, or false on counter clockwise.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public bool IsClockwise { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Timestamp

    Timestamp of the Rotary event.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public uint Timestamp { get; set; }
    Property Value
    Type Description
    uint
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX