Class ModbusAsciiDriver.ModbusAsciiInput
- java.lang.Object
-
- org.apache.plc4x.java.modbus.ascii.ModbusAsciiDriver.ModbusAsciiInput
-
- All Implemented Interfaces:
MessageInput<ModbusAsciiADU>
- Enclosing class:
- ModbusAsciiDriver
public static class ModbusAsciiDriver.ModbusAsciiInput extends Object implements MessageInput<ModbusAsciiADU>
-
-
Constructor Summary
Constructors Constructor Description ModbusAsciiInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModbusAsciiADUparse(ReadBuffer io, Object... args)
-
-
-
Method Detail
-
parse
public ModbusAsciiADU parse(ReadBuffer io, Object... args) throws ParseException
- Specified by:
parsein interfaceMessageInput<ModbusAsciiADU>- Throws:
ParseException
-
-