Class RotaryEventArgs
Definition
- Assembly:
- ElmSharp.Wearable.dll
The RotaryEventArgs serves information for the triggered Rotary event.
public class RotaryEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRotaryEventArgs
Properties
View SourceIsClockwise
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 |
---|---|
bool |
Timestamp
Timestamp of the Rotary event.
Declaration
public uint Timestamp { get; set; }
Property Value
Type | Description |
---|---|
uint |