public static enum Command.CommandType extends java.lang.Enum<Command.CommandType>
Enum Constant and Description |
---|
AF_BYPASS |
DEVICE_ID |
DIAGNOSTIC_REQUEST |
PASSTHROUGH |
PAYLOAD_FORMAT |
PLATFORM |
RTC_CONFIGURATION |
SD_MOUNT_STATUS |
VERSION |
Modifier and Type | Method and Description |
---|---|
static Command.CommandType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Command.CommandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Command.CommandType VERSION
public static final Command.CommandType DEVICE_ID
public static final Command.CommandType DIAGNOSTIC_REQUEST
public static final Command.CommandType PLATFORM
public static final Command.CommandType PASSTHROUGH
public static final Command.CommandType AF_BYPASS
public static final Command.CommandType PAYLOAD_FORMAT
public static final Command.CommandType SD_MOUNT_STATUS
public static final Command.CommandType RTC_CONFIGURATION
public static Command.CommandType[] values()
for (Command.CommandType c : Command.CommandType.values()) System.out.println(c);
public static Command.CommandType 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