Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.KnxAddress
Packages that use KnxAddress
Package
Description
-
Uses of KnxAddress in org.apache.plc4x.java.knxnetip.context
Methods in org.apache.plc4x.java.knxnetip.context that return KnxAddressModifier and TypeMethodDescriptionKnxNetIpDriverContext.getClientKnxAddress()KnxNetIpDriverContext.getGatewayAddress()Methods in org.apache.plc4x.java.knxnetip.context with parameters of type KnxAddressModifier and TypeMethodDescriptionvoidKnxNetIpDriverContext.setClientKnxAddress(KnxAddress clientKnxAddress) voidKnxNetIpDriverContext.setGatewayAddress(KnxAddress gatewayAddress) -
Uses of KnxAddress in org.apache.plc4x.java.knxnetip.protocol
Methods in org.apache.plc4x.java.knxnetip.protocol with parameters of type KnxAddressModifier and TypeMethodDescriptionprotected voidKnxNetIpProtocolLogic.processCemiData(KnxAddress sourceAddress, byte[] destinationGroupAddress, byte firstByte, byte[] restBytes) protected static StringKnxNetIpProtocolLogic.toString(KnxAddress knxAddress) -
Uses of KnxAddress in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as KnxAddressModifier and TypeFieldDescriptionprotected final KnxAddressConnectionResponseDataBlockTunnelConnection.knxAddressprotected final KnxAddressDIBDeviceInfo.knxAddressprotected final KnxAddressLDataExtended.sourceAddressprotected final KnxAddressLPollData.sourceAddressMethods in org.apache.plc4x.java.knxnetip.readwrite that return KnxAddressModifier and TypeMethodDescriptionConnectionResponseDataBlockTunnelConnection.getKnxAddress()DIBDeviceInfo.getKnxAddress()LDataExtended.getSourceAddress()LPollData.getSourceAddress()static KnxAddressKnxAddress.staticParse(ReadBuffer readBuffer) static KnxAddressKnxAddress.staticParse(ReadBuffer readBuffer, Object... args) Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type KnxAddressModifierConstructorDescriptionDIBDeviceInfo(short descriptionType, KnxMedium knxMedium, DeviceStatus deviceStatus, KnxAddress knxAddress, ProjectInstallationIdentifier projectInstallationIdentifier, byte[] knxNetIpDeviceSerialNumber, IPAddress knxNetIpDeviceMulticastAddress, MACAddress knxNetIpDeviceMacAddress, byte[] deviceFriendlyName) LDataExtended(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, boolean groupAddress, byte hopCount, byte extendedFrameFormat, KnxAddress sourceAddress, byte[] destinationAddress, Apdu apdu) LDataExtendedBuilder(boolean groupAddress, byte hopCount, byte extendedFrameFormat, KnxAddress sourceAddress, byte[] destinationAddress, Apdu apdu) LPollData(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, KnxAddress sourceAddress, byte[] targetAddress, short numberExpectedPollData) LPollDataBuilder(KnxAddress sourceAddress, byte[] targetAddress, short numberExpectedPollData, Byte reservedField0)