me.martiii.modbustcpjava.net.Callback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modbus-tcp-java Show documentation
Show all versions of modbus-tcp-java Show documentation
Modbus-TCP protocol for java.
The newest version!
package me.martiii.modbustcpjava.net;
import me.martiii.modbustcpjava.protocol.ModbusResponse;
public interface Callback {
void callback(ModbusResponse response);
}