GenericCommand
public enum GenericCommand
Undocumented
-
Undocumented
Declaration
Swift
case noCommand
-
Undocumented
Declaration
Swift
case value(UInt16)
-
Undocumented
Declaration
Swift
public var rawvalue: UInt16 { get }
-
Move up to the previous menu item in the list (same hierarchy level)
Declaration
Swift
static var menuUp: GenericCommand { get }
-
Move down to the next menu item in the list (same hierarchy level)
Declaration
Swift
static var menuDown: GenericCommand { get }
-
Select the current menu item, i.e. initiate listed function, or move into sub menu
Declaration
Swift
static var menuSelect: GenericCommand { get }
-
Move up one level in the menu hierarchy
Declaration
Swift
static var menuBack: GenericCommand { get }
-
Return to the home screen
Declaration
Swift
static var home: GenericCommand { get }
-
Start the timer counting from the existing value
Declaration
Swift
static var start: GenericCommand { get }
-
Stop the timer counting
Declaration
Swift
static var stop: GenericCommand { get }
-
Reset the timer value to zero
Declaration
Swift
static var reset: GenericCommand { get }
-
Mark the time as a completed length
Declaration
Swift
static var length: GenericCommand { get }
-
Mark the time as a completed lap
Declaration
Swift
static var lap: GenericCommand { get }