Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.FirmwareType
Packages that use FirmwareType
-
Uses of FirmwareType in org.apache.plc4x.java.knxnetip.readwrite
Methods in org.apache.plc4x.java.knxnetip.readwrite that return FirmwareTypeModifier and TypeMethodDescriptionstatic FirmwareTypeFirmwareType.enumForValue(int value) abstract FirmwareTypeComObjectTable.getFirmwareType()ComObjectTableRealisationType1.getFirmwareType()ComObjectTableRealisationType2.getFirmwareType()ComObjectTableRealisationType6.getFirmwareType()DeviceDescriptor.getFirmwareType()static FirmwareTypeReturns the enum constant of this type with the specified name.static FirmwareType[]FirmwareType.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 with parameters of type FirmwareTypeModifier and TypeMethodDescriptionstatic List<DeviceDescriptor>DeviceDescriptor.enumsForFieldFirmwareType(FirmwareType fieldValue) static DeviceDescriptorDeviceDescriptor.firstEnumForFieldFirmwareType(FirmwareType fieldValue) static ComObjectTableComObjectTable.staticParse(ReadBuffer readBuffer, FirmwareType firmwareType) ComObjectTableRealisationType1.staticParseBuilder(ReadBuffer readBuffer, FirmwareType firmwareType) ComObjectTableRealisationType2.staticParseBuilder(ReadBuffer readBuffer, FirmwareType firmwareType) ComObjectTableRealisationType6.staticParseBuilder(ReadBuffer readBuffer, FirmwareType firmwareType)