Uses of Class
com.tccc.kos.core.service.firmware.FirmwareService
Packages that use FirmwareService
-
Uses of FirmwareService in com.tccc.kos.core.service.firmware
Methods in com.tccc.kos.core.service.firmware with parameters of type FirmwareServiceModifier and TypeMethodDescriptionabstract UpdateTask
FirmwareUpdatableLink.checkForUpdate
(FirmwareService service) Check if a firmware update is required.FirmwareUpdatableLink.checkForUpdate
(FirmwareService service, FirmwareUpdatableDevice device) FirmwareUpdater.checkForUpdate
(FirmwareService service, FirmwareUpdatableDevice device) Check if firmware update is required for the specified device.void
FirmwareUpdatableLink.onNoUpdateRequired
(FirmwareService service, FirmwareUpdatableDevice device) void
FirmwareUpdateCallback.onNoUpdateRequired
(FirmwareService service, FirmwareUpdatableDevice device) No update required.boolean
FirmwareUpdatableLink.onUpdateFailed
(FirmwareService service, UpdateTask task, boolean permanent) boolean
FirmwareUpdateCallback.onUpdateFailed
(FirmwareService service, UpdateTask task, boolean permanent) Update failed.default boolean
FirmwareUpdateCallback.onUpdateRequired
(FirmwareService service, UpdateTask task) Update required using the specified task.void
FirmwareUpdatableLink.onUpdateSuccess
(FirmwareService service, UpdateTask task) void
FirmwareUpdateCallback.onUpdateSuccess
(FirmwareService service, UpdateTask task) Update was successfully performed.