Uses of Class
org.apache.plc4x.java.modbus.readwrite.DriverType
-
Packages that use DriverType Package Description org.apache.plc4x.java.modbus.base.protocol org.apache.plc4x.java.modbus.readwrite -
-
Uses of DriverType in org.apache.plc4x.java.modbus.base.protocol
Fields in org.apache.plc4x.java.modbus.base.protocol declared as DriverType Modifier and Type Field Description protected DriverTypeModbusProtocolLogic. driverTypeConstructors in org.apache.plc4x.java.modbus.base.protocol with parameters of type DriverType Constructor Description ModbusProtocolLogic(DriverType driverType) -
Uses of DriverType in org.apache.plc4x.java.modbus.readwrite
Methods in org.apache.plc4x.java.modbus.readwrite that return DriverType Modifier and Type Method Description static DriverTypeDriverType. enumForValue(long value)abstract DriverTypeModbusADU. getDriverType()DriverTypeModbusAsciiADU. getDriverType()DriverTypeModbusRtuADU. getDriverType()DriverTypeModbusTcpADU. getDriverType()static DriverTypeDriverType. valueOf(String name)Returns the enum constant of this type with the specified name.static DriverType[]DriverType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.modbus.readwrite with parameters of type DriverType Modifier and Type Method Description static ModbusADUModbusADU. staticParse(ReadBuffer readBuffer, DriverType driverType, Boolean response)static ModbusADU.ModbusADUBuilderModbusAsciiADU. staticParseModbusADUBuilder(ReadBuffer readBuffer, DriverType driverType, Boolean response)static ModbusADU.ModbusADUBuilderModbusRtuADU. staticParseModbusADUBuilder(ReadBuffer readBuffer, DriverType driverType, Boolean response)static ModbusADU.ModbusADUBuilderModbusTcpADU. staticParseModbusADUBuilder(ReadBuffer readBuffer, DriverType driverType, Boolean response)
-