Class ModbusTcpDriver

java.lang.Object
org.marid.proto.impl.StdProto
org.marid.proto.impl.modbus.ModbusTcpDriver
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, Proto, ProtoDriver

public class ModbusTcpDriver
extends StdProto
implements ProtoDriver
Author:
Dmitry Ovchinnikov
  • Constructor Summary

    Constructors 
    Constructor Description
    ModbusTcpDriver​(ProtoBus bus, java.lang.String id, java.lang.String name, ModbusTcpDriverProps props)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    java.util.List<java.util.function.Consumer<byte[]>> getConsumers()  
    ProtoBus getParent()  
    boolean isRunning()  
    void setConsumers​(java.util.List<java.util.function.Consumer<byte[]>> consumers)  
    void start()  
    java.lang.String toString()  

    Methods inherited from class org.marid.proto.impl.StdProto

    getId, getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.marid.proto.Proto

    getId, getName

    Methods inherited from interface org.marid.proto.ProtoDriver

    getItems