public static enum TelemetryMsg.CODE extends java.lang.Enum<TelemetryMsg.CODE>
| Enum Constant and Description |
|---|
CODE_IMC |
CODE_RAW |
CODE_REPORT |
CODE_UNK |
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static TelemetryMsg.CODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TelemetryMsg.CODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelemetryMsg.CODE CODE_UNK
public static final TelemetryMsg.CODE CODE_REPORT
public static final TelemetryMsg.CODE CODE_IMC
public static final TelemetryMsg.CODE CODE_RAW
public static TelemetryMsg.CODE[] values()
for (TelemetryMsg.CODE c : TelemetryMsg.CODE.values()) System.out.println(c);
public static TelemetryMsg.CODE 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 nullpublic long value()