Interface ModbusRequestCreator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ModbusRequestCreator
  • Method Summary

    Modifier and Type
    Method
    Description
    com.ghgande.j2mod.modbus.msg.ModbusRequest
    create(int register, int length)
     
  • Method Details

    • create

      com.ghgande.j2mod.modbus.msg.ModbusRequest create(int register, int length)