Uses of Class
org.apache.plc4x.java.modbus.readwrite.ModbusErrorCode
-
Packages that use ModbusErrorCode Package Description org.apache.plc4x.java.modbus.readwrite -
-
Uses of ModbusErrorCode in org.apache.plc4x.java.modbus.readwrite
Fields in org.apache.plc4x.java.modbus.readwrite declared as ModbusErrorCode Modifier and Type Field Description protected ModbusErrorCodeModbusPDUError. exceptionCodeMethods in org.apache.plc4x.java.modbus.readwrite that return ModbusErrorCode Modifier and Type Method Description static ModbusErrorCodeModbusErrorCode. enumForValue(short value)ModbusErrorCodeModbusPDUError. getExceptionCode()static ModbusErrorCodeModbusErrorCode. 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.Constructors in org.apache.plc4x.java.modbus.readwrite with parameters of type ModbusErrorCode Constructor Description ModbusPDUError(ModbusErrorCode exceptionCode)ModbusPDUErrorBuilderImpl(ModbusErrorCode exceptionCode)
-