Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.IPAddress
Packages that use IPAddress
-
Uses of IPAddress in org.apache.plc4x.java.knxnetip.context
Methods in org.apache.plc4x.java.knxnetip.context that return IPAddressMethods in org.apache.plc4x.java.knxnetip.context with parameters of type IPAddressModifier and TypeMethodDescriptionvoidKnxNetIpDriverContext.setLocalIPAddress(IPAddress localIPAddress) -
Uses of IPAddress in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as IPAddressModifier and TypeFieldDescriptionprotected final IPAddressHPAIControlEndpoint.ipAddressprotected final IPAddressHPAIDataEndpoint.ipAddressprotected final IPAddressHPAIDiscoveryEndpoint.ipAddressprotected final IPAddressDIBDeviceInfo.knxNetIpDeviceMulticastAddressMethods in org.apache.plc4x.java.knxnetip.readwrite that return IPAddressModifier and TypeMethodDescriptionHPAIControlEndpoint.getIpAddress()HPAIDataEndpoint.getIpAddress()HPAIDiscoveryEndpoint.getIpAddress()DIBDeviceInfo.getKnxNetIpDeviceMulticastAddress()static IPAddressIPAddress.staticParse(ReadBuffer readBuffer) static IPAddressIPAddress.staticParse(ReadBuffer readBuffer, Object... args) Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type IPAddressModifierConstructorDescriptionDIBDeviceInfo(short descriptionType, KnxMedium knxMedium, DeviceStatus deviceStatus, KnxAddress knxAddress, ProjectInstallationIdentifier projectInstallationIdentifier, byte[] knxNetIpDeviceSerialNumber, IPAddress knxNetIpDeviceMulticastAddress, MACAddress knxNetIpDeviceMacAddress, byte[] deviceFriendlyName) HPAIControlEndpoint(HostProtocolCode hostProtocolCode, IPAddress ipAddress, int ipPort) HPAIDataEndpoint(HostProtocolCode hostProtocolCode, IPAddress ipAddress, int ipPort) HPAIDiscoveryEndpoint(HostProtocolCode hostProtocolCode, IPAddress ipAddress, int ipPort)