Interface ModbusRequestCreator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioncom.ghgande.j2mod.modbus.msg.ModbusRequestcreate(int register, int length)
-
Method Details
-
create
com.ghgande.j2mod.modbus.msg.ModbusRequest create(int register, int length)
-