LEDState Enum
Describes the state of the Comms Radio's LED light.
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["LEDState"] class Type type-node

Syntax

public enum LEDState

Fields

Name Field Type Constant Value Summary
Off LEDState 0
Indicates that the LED light is disabled.
static
On LEDState 1
Indicates that the LED light is enabled.
static