Class RotaryEventArgs
Definition
- Assembly:
- ElmSharp.Wearable.dll
The RotaryEventArgs serves information for the triggered Rotary event.
C#Copypublic class RotaryEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRotaryEventArgs
Properties
View Source
IsClockwise
IsClockwise is true when the Rotary device rotated in the clockwise direction, or false on counter clockwise.
Declaration
C#Copypublic bool IsClockwise { get; set; }
Property Value
Type | Description |
---|---|
bool |
Declaration
C#Copypublic uint Timestamp { get; set; }
Property Value
Type | Description |
---|---|
uint |