Interface ModbusReadCallback
- All Superinterfaces:
- ModbusResultCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@NonNullByDefault
public interface ModbusReadCallback
extends ModbusResultCallback
Interface for read callbacks
- Author:
- Sami Salonen - Initial contribution
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandle(AsyncModbusReadResult result) Callback handling response data
- 
Method Details- 
handleCallback handling response data- Parameters:
- result- result of the read operation
 
 
-