public static enum GVar.ASCIIMODE extends java.lang.Enum<GVar.ASCIIMODE>
Enum Constant and Description |
---|
HOMING_AND_REBOOT |
NONE |
REBOOT_D2 |
RESCAN_MoE |
SET_ENCODER_COUNT |
Modifier and Type | Method and Description |
---|---|
static GVar.ASCIIMODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GVar.ASCIIMODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GVar.ASCIIMODE NONE
public static final GVar.ASCIIMODE HOMING_AND_REBOOT
public static final GVar.ASCIIMODE SET_ENCODER_COUNT
public static final GVar.ASCIIMODE RESCAN_MoE
public static final GVar.ASCIIMODE REBOOT_D2
public static GVar.ASCIIMODE[] values()
for (GVar.ASCIIMODE c : GVar.ASCIIMODE.values()) System.out.println(c);
public static GVar.ASCIIMODE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null