Click or drag to resize

FirmwareUpdaterLinkOs Interface

This is the interface for updating firmware on a Link-OS™ printer.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public interface FirmwareUpdaterLinkOs
Methods
  NameDescription
Public methodCode exampleUpdateFirmware(String, FirmwareUpdateHandler)
Update firmware on the printer using the default timeout of 10 minutes.
Public methodUpdateFirmware(String, Int64, FirmwareUpdateHandler)
Update firmware on the printer using the specified timeout.
Public methodUpdateFirmwareUnconditionally(String, FirmwareUpdateHandler)
Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version currently on the printer.
Public methodUpdateFirmwareUnconditionally(String, Int64, FirmwareUpdateHandler)
Update firmware on the printer, using the specified timeout, regardless of the firmware version currently on the printer.
Top
See Also