Uses of Class
com.tccc.kos.core.service.firmware.FirmwareInfo
Packages that use FirmwareInfo
-
Uses of FirmwareInfo in com.tccc.kos.core.service.firmware
Methods in com.tccc.kos.core.service.firmware that return FirmwareInfoModifier and TypeMethodDescriptionUpdateTask.getFirmware()
Return the associatedFirmwareInfo
if there is one.FirmwareService.getNewestFirmware
(String boardType, String firmwareType, String ignoreVersion) Return the newest available firmware for the specified boardType and firmwareType.FirmwareService.getNewestFirmware
(String boardType, String firmwareType, String boardRevision, String ignoreVersion) Return the newest available firmware for the specified boardType and firmwareType.FirmwareService.getNewestFirmware
(String boardType, String firmwareType, String boardRevision, String ignoreVersion, Comparator<FirmwareInfo> versionComparator) Return the newest available firmware for the specified boardType and firmwareType.Methods in com.tccc.kos.core.service.firmware that return types with arguments of type FirmwareInfoModifier and TypeMethodDescriptionFirmwareService.getAvailableFirmware
(String boardType, String firmwareType) Return the list of available firmware with the specified board and firmware types;FirmwareService.getAvailableFirmware
(String boardType, String firmwareType, String boardRevision) Return the list of available firmware with the specified board and firmware types and an optional board revision.Method parameters in com.tccc.kos.core.service.firmware with type arguments of type FirmwareInfoModifier and TypeMethodDescriptionFirmwareService.getNewestFirmware
(String boardType, String firmwareType, String boardRevision, String ignoreVersion, Comparator<FirmwareInfo> versionComparator) Return the newest available firmware for the specified boardType and firmwareType.Constructors in com.tccc.kos.core.service.firmware with parameters of type FirmwareInfoModifierConstructorDescriptionUpdateTask
(FirmwareInfo firmware, int estimatedTimeMs) Create a update task to update a device using the specifiedFirmwareInfo
.UpdateTask
(FirmwareInfo firmware, int estimatedTimeMs, String exclusivityKey) Create a update task to update a device using the specifiedFirmwareInfo
.