Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.ProjectInstallationIdentifier
-
Packages that use ProjectInstallationIdentifier Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of ProjectInstallationIdentifier in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as ProjectInstallationIdentifier Modifier and Type Field Description protected ProjectInstallationIdentifierDIBDeviceInfo. projectInstallationIdentifierMethods in org.apache.plc4x.java.knxnetip.readwrite that return ProjectInstallationIdentifier Modifier and Type Method Description ProjectInstallationIdentifierDIBDeviceInfo. getProjectInstallationIdentifier()static ProjectInstallationIdentifierProjectInstallationIdentifier. staticParse(ReadBuffer readBuffer)static ProjectInstallationIdentifierProjectInstallationIdentifier. staticParse(ReadBuffer readBuffer, Object... args)Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type ProjectInstallationIdentifier Constructor Description DIBDeviceInfo(short descriptionType, KnxMedium knxMedium, DeviceStatus deviceStatus, KnxAddress knxAddress, ProjectInstallationIdentifier projectInstallationIdentifier, byte[] knxNetIpDeviceSerialNumber, IPAddress knxNetIpDeviceMulticastAddress, MACAddress knxNetIpDeviceMacAddress, byte[] deviceFriendlyName)
-