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
public class BacNetIpConfiguration
extends Object
implements Configuration, UdpTransportConfiguration, RawSocketTransportConfiguration, PcapReplayTransportConfiguration
-
Feldübersicht
Von Schnittstelle geerbte Felder org.apache.plc4x.java.transport.rawsocket.RawSocketTransportConfiguration
NO_DEFAULT_PORTVon Schnittstelle geerbte Felder org.apache.plc4x.java.transport.udp.UdpTransportConfiguration
NO_DEFAULT_PORT -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintPacket handler to use when running in PCAP mode.floatbooleanvoidsetEdeDirectoryPath(String edeDirectoryPath) voidsetEdeFilePath(String edeFilePath) voidvoidsetPcapReplaySpeed(double pcapReplaySpeed) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.apache.plc4x.java.spi.configuration.Configuration
getTimeoutManagerVon Schnittstelle geerbte Methoden org.apache.plc4x.java.transport.pcapreplay.PcapReplayTransportConfiguration
isLoopVon Schnittstelle geerbte Methoden org.apache.plc4x.java.transport.rawsocket.RawSocketTransportConfiguration
isResolveMacAccessVon Schnittstelle geerbte Methoden org.apache.plc4x.java.transport.udp.UdpTransportConfiguration
getLocalPort
-
Konstruktordetails
-
BacNetIpConfiguration
public BacNetIpConfiguration()
-
-
Methodendetails
-
getEdeFilePath
-
setEdeFilePath
-
getEdeDirectoryPath
-
setEdeDirectoryPath
-
setPcapReplaySpeed
public void setPcapReplaySpeed(double pcapReplaySpeed) -
getReplaySpeedFactor
public float getReplaySpeedFactor()- Angegeben von:
getReplaySpeedFactorin SchnittstellePcapReplayTransportConfiguration
-
getSupportVlans
public boolean getSupportVlans()- Angegeben von:
getSupportVlansin Schnittstelleorg.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
-
getDefaultPort
public int getDefaultPort()- Angegeben von:
getDefaultPortin Schnittstelleorg.apache.plc4x.java.transport.pcap.PcapTransportConfiguration- Angegeben von:
getDefaultPortin SchnittstelleRawSocketTransportConfiguration- Angegeben von:
getDefaultPortin SchnittstelleUdpTransportConfiguration
-
getProtocolId
- Angegeben von:
getProtocolIdin Schnittstelleorg.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
-
getFilter
- Angegeben von:
getFilterin SchnittstellePcapReplayTransportConfiguration
-
setFilter
-
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:
getPcapPacketHandlerin Schnittstelleorg.apache.plc4x.java.transport.pcap.PcapTransportConfiguration- Gibt zurück:
- payload of the packet.
-