Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.KnxMedium
-
Packages that use KnxMedium Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of KnxMedium in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as KnxMedium Modifier and Type Field Description protected KnxMediumDIBDeviceInfo. knxMediumMethods in org.apache.plc4x.java.knxnetip.readwrite that return KnxMedium Modifier and Type Method Description static KnxMediumKnxMedium. enumForValue(short value)KnxMediumDIBDeviceInfo. getKnxMedium()static KnxMediumKnxMedium. valueOf(String name)Returns the enum constant of this type with the specified name.static KnxMedium[]KnxMedium. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type KnxMedium Constructor Description DIBDeviceInfo(short descriptionType, KnxMedium knxMedium, DeviceStatus deviceStatus, KnxAddress knxAddress, ProjectInstallationIdentifier projectInstallationIdentifier, byte[] knxNetIpDeviceSerialNumber, IPAddress knxNetIpDeviceMulticastAddress, MACAddress knxNetIpDeviceMacAddress, byte[] deviceFriendlyName)
-