public static enum GNetEnums.CommandSet extends java.lang.Enum<GNetEnums.CommandSet>
| Enum Constant and Description |
|---|
CONTROL_DEVICE |
GET_EEPROM |
GET_FIRMWARE_VERSION |
GET_STATUS |
GET_UNIT_TIMESTAMP |
LOG_IN |
LOG_OUT |
POLLING_DEVICE |
SET_EEPROM |
SET_GET_EEPROM |
SET_SUPERVISOR_PASSWORD |
SET_UNIX_TIMESTAMP |
UPDATE_NEW_SETTING_FORM_EEPROM |
| Modifier and Type | Method and Description |
|---|---|
static GNetEnums.CommandSet |
getCommandSet(byte value) |
char |
getValue() |
static GNetEnums.CommandSet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GNetEnums.CommandSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GNetEnums.CommandSet LOG_IN
public static final GNetEnums.CommandSet SET_SUPERVISOR_PASSWORD
public static final GNetEnums.CommandSet LOG_OUT
public static final GNetEnums.CommandSet GET_EEPROM
public static final GNetEnums.CommandSet SET_EEPROM
public static final GNetEnums.CommandSet UPDATE_NEW_SETTING_FORM_EEPROM
public static final GNetEnums.CommandSet SET_GET_EEPROM
public static final GNetEnums.CommandSet POLLING_DEVICE
public static final GNetEnums.CommandSet GET_FIRMWARE_VERSION
public static final GNetEnums.CommandSet GET_STATUS
public static final GNetEnums.CommandSet CONTROL_DEVICE
public static final GNetEnums.CommandSet SET_UNIX_TIMESTAMP
public static final GNetEnums.CommandSet GET_UNIT_TIMESTAMP
public static GNetEnums.CommandSet[] values()
for (GNetEnums.CommandSet c : GNetEnums.CommandSet.values()) System.out.println(c);
public static GNetEnums.CommandSet 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 char getValue()
public static GNetEnums.CommandSet getCommandSet(byte value)