| Package | Description |
|---|---|
| net.solarnetwork.io.modbus |
| Modifier and Type | Method and Description |
|---|---|
default ModbusErrorCode |
ModbusError.errorCode()
Get this error as a
ModbusErrorCode. |
ModbusErrorCode |
ModbusErrorCode.errorCode() |
static ModbusErrorCode |
ModbusErrorCode.forCode(byte code)
Get an enum instance for a code value.
|
static ModbusErrorCode |
ModbusErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModbusErrorCode[] |
ModbusErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|