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: 3.0.3271
Syntax
public interface FirmwareUpdaterLinkOs

The FirmwareUpdaterLinkOs type exposes the following members.

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