Class RotaryEventArgs

Definition

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

The RotaryEventArgs serves information for the triggered Rotary event.

C#
Copy
public class RotaryEventArgs : EventArgs
Inheritance
RotaryEventArgs

Properties

View Source

IsClockwise

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

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

Timestamp

Timestamp of the Rotary event.

Declaration
C#
Copy
public uint Timestamp { get; set; }
Property Value
Type Description
System.UInt32
API Level: preview