public static enum Spinnaker_C._actionCommandStatus extends Enum<Spinnaker_C._actionCommandStatus>
| Enum Constant and Description |
|---|
ACTION_COMMAND_STATUS_ACTION_LATE |
ACTION_COMMAND_STATUS_ERROR |
ACTION_COMMAND_STATUS_NO_REF_TIME |
ACTION_COMMAND_STATUS_OK
The device acknowledged the command.
|
ACTION_COMMAND_STATUS_OVERFLOW |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._actionCommandStatus |
intern() |
String |
toString() |
static Spinnaker_C._actionCommandStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._actionCommandStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._actionCommandStatus ACTION_COMMAND_STATUS_OK
public static final Spinnaker_C._actionCommandStatus ACTION_COMMAND_STATUS_NO_REF_TIME
public static final Spinnaker_C._actionCommandStatus ACTION_COMMAND_STATUS_OVERFLOW
public static final Spinnaker_C._actionCommandStatus ACTION_COMMAND_STATUS_ACTION_LATE
public static final Spinnaker_C._actionCommandStatus ACTION_COMMAND_STATUS_ERROR
public static Spinnaker_C._actionCommandStatus[] values()
for (Spinnaker_C._actionCommandStatus c : Spinnaker_C._actionCommandStatus.values()) System.out.println(c);
public static Spinnaker_C._actionCommandStatus 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 Spinnaker_C._actionCommandStatus intern()
public String toString()
toString in class Enum<Spinnaker_C._actionCommandStatus>Copyright © 2019. All rights reserved.