Uses of Interface
com.tccc.kos.core.service.firmware.FirmwareUpdatableDevice
Packages that use FirmwareUpdatableDevice
-
Uses of FirmwareUpdatableDevice in com.tccc.kos.core.service.firmware
Classes in com.tccc.kos.core.service.firmware that implement FirmwareUpdatableDeviceModifier and TypeClassDescriptionclass
Base class forHardwareLink
that supports firmware update.Methods in com.tccc.kos.core.service.firmware that return FirmwareUpdatableDeviceModifier and TypeMethodDescriptionUpdateTask.getDevice()
Return the associatedFirmwareUpdatableDevice
associated with this task.Methods in com.tccc.kos.core.service.firmware with parameters of type FirmwareUpdatableDeviceModifier and TypeMethodDescriptionvoid
FirmwareService.cancelUpdate
(FirmwareUpdatableDevice device) Called if a device is no longer valid.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.void
FirmwareService.updateFirmware
(FirmwareUpdatableDevice device, FirmwareUpdater updater, FirmwareUpdateCallback callback) Queue the device for firmware update if needed.