GenericCommand

public enum GenericCommand

Undocumented

  • Undocumented

    Declaration

    Swift

    case noCommand
  • Undocumented

    Declaration

    Swift

    case value(_: UInt16)
  • Undocumented

    Declaration

    Swift

    public var rawvalue: UInt16
  • Move up to the previous menu item in the list (same hierarchy level)

    Declaration

    Swift

    public static var menuUp: GenericCommand
  • Move down to the next menu item in the list (same hierarchy level)

    Declaration

    Swift

    public static var menuDown: GenericCommand
  • Select the current menu item, i.e. initiate listed function, or move into sub menu

    Declaration

    Swift

    public static var menuSelect: GenericCommand
  • Move up one level in the menu hierarchy

    Declaration

    Swift

    public static var menuBack: GenericCommand
  • Return to the home screen

    Declaration

    Swift

    public static var home: GenericCommand
  • Start the timer counting from the existing value

    Declaration

    Swift

    public static var start: GenericCommand
  • Stop the timer counting

    Declaration

    Swift

    public static var stop: GenericCommand
  • Reset the timer value to zero

    Declaration

    Swift

    public static var reset: GenericCommand
  • Mark the time as a completed length

    Declaration

    Swift

    public static var length: GenericCommand
  • lap

    Mark the time as a completed lap

    Declaration

    Swift

    public static var lap: GenericCommand