FirmwareUpdaterLinkOs Interface
|
This is the interface for updating firmware on a Link-OS™ printer.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public interface FirmwareUpdaterLinkOs
Public Interface FirmwareUpdaterLinkOs
public interface class FirmwareUpdaterLinkOs
The FirmwareUpdaterLinkOs type exposes the following members.
Methods | Name | Description |
---|
| UpdateFirmware(String, FirmwareUpdateHandler) |
Update firmware on the printer using the default timeout of 10 minutes.
|
| UpdateFirmware(String, Int64, FirmwareUpdateHandler) |
Update firmware on the printer using the specified timeout.
|
| UpdateFirmwareUnconditionally(String, FirmwareUpdateHandler) |
Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version
currently on the printer.
|
| UpdateFirmwareUnconditionally(String, Int64, FirmwareUpdateHandler) |
Update firmware on the printer, using the specified timeout, regardless of the firmware version
currently on the printer.
|
TopSee Also