Show / Hide Table of Contents

    Class RotaryEventArgs

    Definition

    Namespace:
    ElmSharp.Wearable
    Assembly:
    ElmSharp.Wearable.dll
    API Level:
    preview

    The RotaryEventArgs serves information for the triggered Rotary event.

    public class RotaryEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    RotaryEventArgs

    Properties

    View Source

    IsClockwise

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

    Declaration
    public bool IsClockwise { get; set; }
    Property Value
    Type Description
    Boolean
    API Level: preview
    View Source

    Timestamp

    Timestamp of the Rotary event.

    Declaration
    public uint Timestamp { get; set; }
    Property Value
    Type Description
    UInt32
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX