public static enum DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS extends java.lang.Enum<DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS>
Enum Constant and Description |
---|
CONTROL_NAME |
CONTROL_TYPE |
DEVICE_NAME |
EXECUTE_TIME_MLILI_LS |
EXECUTE_TIME_MLILI_MS |
EXECUTE_TIME_NANO |
MESSAGE_ID |
OBJ_VAL |
Modifier and Type | Method and Description |
---|---|
static DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS DEVICE_NAME
public static final DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS CONTROL_NAME
public static final DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS CONTROL_TYPE
public static final DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS OBJ_VAL
public static final DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS EXECUTE_TIME_MLILI_MS
public static final DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS EXECUTE_TIME_MLILI_LS
public static final DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS EXECUTE_TIME_NANO
public static final DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS MESSAGE_ID
public static DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS[] values()
for (DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS c : DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS.values()) System.out.println(c);
public static DynamicControl.NETWORK_TRANSMIT_MESSAGE_ARGS 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