CTRE_Phoenix 5.20.2
com.ctre.phoenix.CANifier.LEDChannel Enum Reference

Public Member Functions

 LEDChannel (int initValue)
 

Static Public Member Functions

static LEDChannel valueOf (int value)
 

Public Attributes

 LEDChannelA =(0)
 
 LEDChannelB =(1)
 
 LEDChannelC =(2)
 
final int value
 

Detailed Description

Enum for the LED Output Channels

Constructor & Destructor Documentation

◆ LEDChannel()

com.ctre.phoenix.CANifier.LEDChannel.LEDChannel ( int  initValue)
inline

Create LEDChannel from initValue

Parameters
initValueLEDChannel value

Member Function Documentation

◆ valueOf()

static LEDChannel com.ctre.phoenix.CANifier.LEDChannel.valueOf ( int  value)
inlinestatic

Get the LED Channel from a specified value

Parameters
valueinteger value to get LEDChannel from
Returns
LEDChannel of specified value

Member Data Documentation

◆ LEDChannelA

com.ctre.phoenix.CANifier.LEDChannel.LEDChannelA =(0)

LED Channel A

◆ LEDChannelB

com.ctre.phoenix.CANifier.LEDChannel.LEDChannelB =(1)

LED Channel B

◆ LEDChannelC

com.ctre.phoenix.CANifier.LEDChannel.LEDChannelC =(2)

LED Channel C

◆ value

final int com.ctre.phoenix.CANifier.LEDChannel.value

Value of LEDChannel


The documentation for this enum was generated from the following file: