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 Summary
Modifier and TypeMethodDescriptionvoid
handle
(AsyncModbusReadResult result) Callback handling response data
-
Method Details
-
handle
Callback handling response data- Parameters:
result
- result of the read operation
-