public static enum ModbusResponse.AuxiliaryMessageTypes extends Enum<ModbusResponse.AuxiliaryMessageTypes>
| Enum Constant and Description |
|---|
NONE |
UNIT_ID_MISSMATCH |
| Modifier and Type | Method and Description |
|---|---|
static ModbusResponse.AuxiliaryMessageTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModbusResponse.AuxiliaryMessageTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModbusResponse.AuxiliaryMessageTypes NONE
public static final ModbusResponse.AuxiliaryMessageTypes UNIT_ID_MISSMATCH
public static ModbusResponse.AuxiliaryMessageTypes[] values()
for (ModbusResponse.AuxiliaryMessageTypes c : ModbusResponse.AuxiliaryMessageTypes.values()) System.out.println(c);
public static ModbusResponse.AuxiliaryMessageTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All Rights Reserved.