LCDArrowState Enum
Describes the state of the arrow that appears in the lower right corner of the Comms Radio's LCD display.
Namespace
CommsRadioAPI
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["LCDArrowState"] class Type type-node

Syntax

public enum LCDArrowState

Fields

Name Field Type Constant Value Summary
Left LCDArrowState 1
Indicates that the arrow is visible and points to the left.
static
Off LCDArrowState 0
Indicates that the arrow is not visible.
static
Right LCDArrowState 2
Indicates that the arrow is visible and points to the right.
static