org.avineas.modbus
public interface ModbusSender
| Modifier and Type | Method and Description |
|---|---|
ModbusResponse |
send(int unit,
ModbusRequest request)
Send a modbus request to a remote unit.
|
ModbusResponse send(int unit, ModbusRequest request) throws java.io.IOException
unit - The unit to send torequest - The request to sendjava.io.IOException