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
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 |
---|---|
Boolean |
API Level: preview
View SourceTimestamp
Timestamp of the Rotary event.
Declaration
public uint Timestamp { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |