Class Df1ProtocolLogic

java.lang.Object
org.apache.plc4x.java.spi.Plc4xProtocolBase<DF1Command>
org.apache.plc4x.java.df1.protocol.Df1ProtocolLogic
All Implemented Interfaces:
org.apache.plc4x.java.spi.configuration.HasConfiguration<Df1Configuration>

public class Df1ProtocolLogic extends org.apache.plc4x.java.spi.Plc4xProtocolBase<DF1Command> implements org.apache.plc4x.java.spi.configuration.HasConfiguration<Df1Configuration>
  • Field Summary

    Fields inherited from class org.apache.plc4x.java.spi.Plc4xProtocolBase

    context, driverContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close(org.apache.plc4x.java.spi.ConversationContext<DF1Command> context)
     
    void
     

    Methods inherited from class org.apache.plc4x.java.spi.Plc4xProtocolBase

    browse, decode, getDriverContext, onConnect, onDisconnect, onDiscover, read, setContext, setDriverContext, subscribe, unsubscribe, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Df1ProtocolLogic

      public Df1ProtocolLogic()
  • Method Details

    • setConfiguration

      public void setConfiguration(Df1Configuration configuration)
      Specified by:
      setConfiguration in interface org.apache.plc4x.java.spi.configuration.HasConfiguration<Df1Configuration>
    • close

      public void close(org.apache.plc4x.java.spi.ConversationContext<DF1Command> context)
      Specified by:
      close in class org.apache.plc4x.java.spi.Plc4xProtocolBase<DF1Command>