Class KnxNetIpConfiguration

java.lang.Object
org.apache.plc4x.java.knxnetip.configuration.KnxNetIpConfiguration
All Implemented Interfaces:
Configuration, TransportConfiguration, org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration, PcapReplayTransportConfiguration, RawSocketTransportConfiguration, UdpTransportConfiguration

  • Field Details

    • knxprojFilePath

      public String knxprojFilePath
    • knxprojPassword

      public String knxprojPassword
    • groupAddressNumLevels

      public int groupAddressNumLevels
    • connectionType

      public String connectionType
    • replaySpeedFactor

      public float replaySpeedFactor
    • loop

      public boolean loop
  • Constructor Details

    • KnxNetIpConfiguration

      public KnxNetIpConfiguration()
  • Method Details

    • getKnxprojFilePath

      public String getKnxprojFilePath()
    • setKnxprojFilePath

      public void setKnxprojFilePath(String knxprojFilePath)
    • getKnxprojPassword

      public String getKnxprojPassword()
    • setKnxprojPassword

      public void setKnxprojPassword(String knxprojPassword)
    • getGroupAddressNumLevels

      public int getGroupAddressNumLevels()
    • setGroupAddressNumLevels

      public void setGroupAddressNumLevels(int groupAddressNumLevels)
    • getConnectionType

      public String getConnectionType()
    • setConnectionType

      public void setConnectionType(String connectionType)
    • getReplaySpeedFactor

      public float getReplaySpeedFactor()
      Specified by:
      getReplaySpeedFactor in interface PcapReplayTransportConfiguration
    • setReplaySpeedFactor

      public void setReplaySpeedFactor(float replaySpeedFactor)
    • isLoop

      public boolean isLoop()
      Specified by:
      isLoop in interface PcapReplayTransportConfiguration
    • setLoop

      public void setLoop(boolean loop)
    • getDefaultPort

      public int getDefaultPort()
      Specified by:
      getDefaultPort in interface org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
      Specified by:
      getDefaultPort in interface RawSocketTransportConfiguration
      Specified by:
      getDefaultPort in interface UdpTransportConfiguration
    • getProtocolId

      public Integer getProtocolId()
      Specified by:
      getProtocolId in interface org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
    • getPcapPacketHandler

      public PacketHandler getPcapPacketHandler()
      Specified by:
      getPcapPacketHandler in interface org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
    • toString

      public String toString()
      Overrides:
      toString in class Object