Interface ModbusWriteCallback
- 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 ModbusWriteCallback
extends ModbusResultCallback
Interface for write callbacks
- Author:
- Sami Salonen - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(AsyncModbusWriteResult result) Callback handling response data
-
Method Details
-
handle
Callback handling response data- Parameters:
result
- result of the write operation
-