Klasse BacNetIpConfiguration

java.lang.Object
org.apache.plc4x.java.bacnetip.configuration.BacNetIpConfiguration
Alle implementierten Schnittstellen:
Configuration, TransportConfiguration, org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration, PcapReplayTransportConfiguration, RawSocketTransportConfiguration, UdpTransportConfiguration

  • Konstruktordetails

    • BacNetIpConfiguration

      public BacNetIpConfiguration()
  • Methodendetails

    • getEdeFilePath

      public String getEdeFilePath()
    • setEdeFilePath

      public void setEdeFilePath(String edeFilePath)
    • getEdeDirectoryPath

      public String getEdeDirectoryPath()
    • setEdeDirectoryPath

      public void setEdeDirectoryPath(String edeDirectoryPath)
    • setPcapReplaySpeed

      public void setPcapReplaySpeed(double pcapReplaySpeed)
    • getReplaySpeedFactor

      public float getReplaySpeedFactor()
      Angegeben von:
      getReplaySpeedFactor in Schnittstelle PcapReplayTransportConfiguration
    • getSupportVlans

      public boolean getSupportVlans()
      Angegeben von:
      getSupportVlans in Schnittstelle org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
    • getDefaultPort

      public int getDefaultPort()
      Angegeben von:
      getDefaultPort in Schnittstelle org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
      Angegeben von:
      getDefaultPort in Schnittstelle RawSocketTransportConfiguration
      Angegeben von:
      getDefaultPort in Schnittstelle UdpTransportConfiguration
    • getProtocolId

      public Integer getProtocolId()
      Angegeben von:
      getProtocolId in Schnittstelle org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
    • getFilter

      public String getFilter()
      Angegeben von:
      getFilter in Schnittstelle PcapReplayTransportConfiguration
    • setFilter

      public void setFilter(String filter)
    • getPcapPacketHandler

      public PacketHandler getPcapPacketHandler()
      Packet handler to use when running in PCAP mode. In this case all packets are Ethernet frames and we need to first get the IP packet and then the UDP packet and then the raw data from that.
      Angegeben von:
      getPcapPacketHandler in Schnittstelle org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
      Gibt zurück:
      payload of the packet.