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
public class KnxNetIpConfiguration
extends Object
implements Configuration, UdpTransportConfiguration, PcapReplayTransportConfiguration, RawSocketTransportConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionintbooleanfloatFields inherited from interface org.apache.plc4x.java.transport.rawsocket.RawSocketTransportConfiguration
NO_DEFAULT_PORTFields inherited from interface org.apache.plc4x.java.transport.udp.UdpTransportConfiguration
NO_DEFAULT_PORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintfloatbooleanisLoop()voidsetConnectionType(String connectionType) voidsetGroupAddressNumLevels(int groupAddressNumLevels) voidsetKnxprojFilePath(String knxprojFilePath) voidsetKnxprojPassword(String knxprojPassword) voidsetLoop(boolean loop) voidsetReplaySpeedFactor(float replaySpeedFactor) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.transport.pcapreplay.PcapReplayTransportConfiguration
getFilterMethods inherited from interface org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
getSupportVlansMethods inherited from interface org.apache.plc4x.java.transport.rawsocket.RawSocketTransportConfiguration
isResolveMacAccess
-
Field Details
-
knxprojFilePath
-
knxprojPassword
-
groupAddressNumLevels
public int groupAddressNumLevels -
connectionType
-
replaySpeedFactor
public float replaySpeedFactor -
loop
public boolean loop
-
-
Constructor Details
-
KnxNetIpConfiguration
public KnxNetIpConfiguration()
-
-
Method Details
-
getKnxprojFilePath
-
setKnxprojFilePath
-
getKnxprojPassword
-
setKnxprojPassword
-
getGroupAddressNumLevels
public int getGroupAddressNumLevels() -
setGroupAddressNumLevels
public void setGroupAddressNumLevels(int groupAddressNumLevels) -
getConnectionType
-
setConnectionType
-
getReplaySpeedFactor
public float getReplaySpeedFactor()- Specified by:
getReplaySpeedFactorin interfacePcapReplayTransportConfiguration
-
setReplaySpeedFactor
public void setReplaySpeedFactor(float replaySpeedFactor) -
isLoop
public boolean isLoop()- Specified by:
isLoopin interfacePcapReplayTransportConfiguration
-
setLoop
public void setLoop(boolean loop) -
getDefaultPort
public int getDefaultPort()- Specified by:
getDefaultPortin interfaceorg.apache.plc4x.java.transport.pcap.PcapTransportConfiguration- Specified by:
getDefaultPortin interfaceRawSocketTransportConfiguration- Specified by:
getDefaultPortin interfaceUdpTransportConfiguration
-
getProtocolId
- Specified by:
getProtocolIdin interfaceorg.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
-
getPcapPacketHandler
- Specified by:
getPcapPacketHandlerin interfaceorg.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
-
toString
-