Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.DeviceDescriptor
-
Packages that use DeviceDescriptor Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of DeviceDescriptor in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return DeviceDescriptor Modifier and Type Method Description static DeviceDescriptorDeviceDescriptor. enumForValue(int value)static DeviceDescriptorDeviceDescriptor. firstEnumForFieldFirmwareType(FirmwareType fieldValue)static DeviceDescriptorDeviceDescriptor. firstEnumForFieldMediumType(DeviceDescriptorMediumType fieldValue)static DeviceDescriptorDeviceDescriptor. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceDescriptor[]DeviceDescriptor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.knxnetip.readwrite that return types with arguments of type DeviceDescriptor Modifier and Type Method Description static List<DeviceDescriptor>DeviceDescriptor. enumsForFieldFirmwareType(FirmwareType fieldValue)static List<DeviceDescriptor>DeviceDescriptor. enumsForFieldMediumType(DeviceDescriptorMediumType fieldValue)
-