Klasse Df1ProtocolLogic

java.lang.Object
org.apache.plc4x.java.spi.Plc4xProtocolBase<DF1Command>
org.apache.plc4x.java.df1.protocol.Df1ProtocolLogic
Alle implementierten Schnittstellen:
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>
  • Feldübersicht

    Von Klasse geerbte Felder org.apache.plc4x.java.spi.Plc4xProtocolBase

    context, driverContext
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    close(org.apache.plc4x.java.spi.ConversationContext<DF1Command> context)
     
    void
     

    Von Klasse geerbte Methoden org.apache.plc4x.java.spi.Plc4xProtocolBase

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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • Df1ProtocolLogic

      public Df1ProtocolLogic()
  • Methodendetails

    • setConfiguration

      public void setConfiguration(Df1Configuration configuration)
      Angegeben von:
      setConfiguration in Schnittstelle org.apache.plc4x.java.spi.configuration.HasConfiguration<Df1Configuration>
    • close

      public void close(org.apache.plc4x.java.spi.ConversationContext<DF1Command> context)
      Angegeben von:
      close in Klasse org.apache.plc4x.java.spi.Plc4xProtocolBase<DF1Command>