Uses of Interface
com.zebra.sdk.printer.FirmwareUpdateHandler
Packages that use FirmwareUpdateHandler
Package
Description
Provides implementation for Zebra branded printer functionality.
-
Uses of FirmwareUpdateHandler in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer with parameters of type FirmwareUpdateHandlerModifier and TypeMethodDescriptionvoidFirmwareUpdaterLinkOs.updateFirmware(String firmwareFilePath, long timeout, FirmwareUpdateHandler handler) Update firmware on the printer using the specifiedtimeout.voidFirmwareUpdaterLinkOs.updateFirmware(String firmwareFilePath, FirmwareUpdateHandler handler) Update firmware on the printer using the default timeout of 10 minutes.voidFirmwareUpdaterLinkOs.updateFirmwareUnconditionally(String firmwareFilePath, long timeout, FirmwareUpdateHandler handler) Update firmware on the printer, using the specifiedtimeout, regardless of the firmware version currently on the printer.voidFirmwareUpdaterLinkOs.updateFirmwareUnconditionally(String firmwareFilePath, FirmwareUpdateHandler handler) Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version currently on the printer.