Uses of Interface
com.tccc.kos.core.service.firmware.FirmwareUpdater
Packages that use FirmwareUpdater
-
Uses of FirmwareUpdater in com.tccc.kos.core.service.firmware
Classes in com.tccc.kos.core.service.firmware that implement FirmwareUpdaterModifier and TypeClassDescriptionclass
Base class forHardwareLink
that supports firmware update.Methods in com.tccc.kos.core.service.firmware with parameters of type FirmwareUpdaterModifier and TypeMethodDescriptionvoid
FirmwareService.updateFirmware
(FirmwareUpdatableDevice device, FirmwareUpdater updater, FirmwareUpdateCallback callback) Queue the device for firmware update if needed. -
Uses of FirmwareUpdater in com.tccc.kos.core.service.hardware
Methods in com.tccc.kos.core.service.hardware that return FirmwareUpdaterModifier and TypeMethodDescriptionabstract FirmwareUpdater
UpdatableBoard.getUpdater()
Return the firmware updater to use for this board.