public enum InternalIndication extends java.lang.Enum<InternalIndication>
Enum Constant | Description |
---|---|
ALREADY_EXECUTING |
|
BROADCAST |
A broadcast message was received lately
|
CLASS_1_EVENTS |
|
CLASS_2_EVENTS |
|
CLASS_3_EVENTS |
|
CONFIG_CORRUPT |
|
DEVICE_RESTART |
|
DEVICE_TROUBLE |
|
EVENT_BUFFER_OVERFLOW |
|
LOCAL_CONTROL |
|
NEED_TIME |
|
NO_FUNC_CODE_SUPPORT |
|
OBJECT_UNKNOWN |
|
PARAMETER_ERROR |
Modifier and Type | Method | Description |
---|---|---|
static java.util.Set<InternalIndication> |
decode(java.nio.ByteBuffer srcBuffer) |
|
static InternalIndication |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static InternalIndication[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalIndication BROADCAST
public static final InternalIndication CLASS_1_EVENTS
public static final InternalIndication CLASS_2_EVENTS
public static final InternalIndication CLASS_3_EVENTS
public static final InternalIndication NEED_TIME
public static final InternalIndication LOCAL_CONTROL
public static final InternalIndication DEVICE_TROUBLE
public static final InternalIndication DEVICE_RESTART
public static final InternalIndication NO_FUNC_CODE_SUPPORT
public static final InternalIndication OBJECT_UNKNOWN
public static final InternalIndication PARAMETER_ERROR
public static final InternalIndication EVENT_BUFFER_OVERFLOW
public static final InternalIndication ALREADY_EXECUTING
public static final InternalIndication CONFIG_CORRUPT
public static InternalIndication[] values()
for (InternalIndication c : InternalIndication.values()) System.out.println(c);
public static InternalIndication 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 static java.util.Set<InternalIndication> decode(java.nio.ByteBuffer srcBuffer)