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 Type
    Method
    Description
    void
    Callback handling response data
  • Method Details

    • handle

      void handle(AsyncModbusReadResult result)
      Callback handling response data
      Parameters:
      result - result of the read operation