Class RotaryEventArgs

Definition

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

The RotaryEventArgs serves information for the triggered Rotary event.

C#
Copy
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
C#
Copy
public bool IsClockwise { get; set; }
Property Value
Type Description
bool
View Source

Timestamp

Timestamp of the Rotary event.

Declaration
C#
Copy
public uint Timestamp { get; set; }
Property Value
Type Description
uint