| Package | Description |
|---|---|
| com.ghgande.j2mod.modbus.msg |
| Modifier and Type | Method and Description |
|---|---|
ModbusResponse.AuxiliaryMessageTypes |
ModbusResponse.getAuxiliaryType()
Returns the auxiliary type of this response message
Useful for adding extra information to the message that can be used by downstream processing
|
static ModbusResponse.AuxiliaryMessageTypes |
ModbusResponse.AuxiliaryMessageTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModbusResponse.AuxiliaryMessageTypes[] |
ModbusResponse.AuxiliaryMessageTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModbusResponse.setAuxiliaryType(ModbusResponse.AuxiliaryMessageTypes auxiliaryType)
Sets the auxiliary type of this response
|
Copyright © 2025. All Rights Reserved.