public static enum Device.CommandId extends java.lang.Enum<Device.CommandId> implements CommandIdInterface
Device.sendDeviceManagementCommand(Command, DeviceManagementStatusListener).| Enum Constant and Description |
|---|
ADD_RES |
CONFIGURE_WIFI |
DISCOVER_RES |
FORCE_REM_RES |
REBOOT |
REM_RES |
UPD_RES_META |
UPD_RES_NAME |
| Modifier and Type | Method and Description |
|---|---|
int |
getInt() |
static Device.CommandId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Device.CommandId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Device.CommandId DISCOVER_RES
public static final Device.CommandId ADD_RES
public static final Device.CommandId REM_RES
public static final Device.CommandId REBOOT
public static final Device.CommandId UPD_RES_NAME
public static final Device.CommandId UPD_RES_META
public static final Device.CommandId FORCE_REM_RES
public static final Device.CommandId CONFIGURE_WIFI
public static Device.CommandId[] values()
for (Device.CommandId c : Device.CommandId.values()) System.out.println(c);
public static Device.CommandId 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 int getInt()
getInt in interface CommandIdInterface