public static enum CANTalon.StatusFrameRate extends Enum<CANTalon.StatusFrameRate>
| Enum Constant and Description |
|---|
AnalogTempVbat |
Feedback |
General |
QuadEncoder |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static CANTalon.StatusFrameRate |
valueOf(int value) |
static CANTalon.StatusFrameRate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CANTalon.StatusFrameRate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CANTalon.StatusFrameRate General
public static final CANTalon.StatusFrameRate Feedback
public static final CANTalon.StatusFrameRate QuadEncoder
public static final CANTalon.StatusFrameRate AnalogTempVbat
public static CANTalon.StatusFrameRate[] values()
for (CANTalon.StatusFrameRate c : CANTalon.StatusFrameRate.values()) System.out.println(c);
public static CANTalon.StatusFrameRate valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static CANTalon.StatusFrameRate valueOf(int value)
Copyright © 2015. All rights reserved.