public enum SSICommand extends java.lang.Enum<SSICommand>
Modifier and Type | Method and Description |
---|---|
byte |
getCode() |
static SSICommand |
valueOf(byte code) |
static SSICommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSICommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSICommand UNKNOWN
public static final SSICommand TIMEOUT
public static final SSICommand INVALID_CHECKSUM
public static final SSICommand INVALID_SOURCE_MESSAGE
public static final SSICommand AIM_OFF
public static final SSICommand AIM_ON
public static final SSICommand BEEP
public static final SSICommand CAPABILITIES_REPLY
public static final SSICommand CAPABILITIES_REQUEST
public static final SSICommand ACK
public static final SSICommand NAK
public static final SSICommand DECODE_DATA
public static final SSICommand EVENT
public static final SSICommand LED_OFF
public static final SSICommand LED_ON
public static final SSICommand PARAM_DEFAULTS
public static final SSICommand PARAM_REQUEST
public static final SSICommand PARAM_SEND
public static final SSICommand REPLY_ID
public static final SSICommand REPLY_REVISION
public static final SSICommand REQUEST_ID
public static final SSICommand REQUEST_REVISION
public static final SSICommand SCAN_DISABLE
public static final SSICommand SCAN_ENABLE
public static final SSICommand SLEEP
public static final SSICommand START_DECODE
public static final SSICommand STOP_DECODE
public static final SSICommand REMOTE_KEY_ACTION
public static SSICommand[] values()
for (SSICommand c : SSICommand.values()) System.out.println(c);
public static SSICommand 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 byte getCode()
public static SSICommand valueOf(byte code)