Click or drag to resize

FirmwareUpdaterLinkOs Methods

The FirmwareUpdaterLinkOs type exposes the following members.

Methods
  Name Description
Public method Code example UpdateFirmware(String, FirmwareUpdateHandler) Update firmware on the printer using the default timeout of 10 minutes.
Public method UpdateFirmware(String, Int64, FirmwareUpdateHandler) Update firmware on the printer using the specified timeout.
Public method UpdateFirmwareUnconditionally(String, FirmwareUpdateHandler) Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version currently on the printer.
Public method UpdateFirmwareUnconditionally(String, Int64, FirmwareUpdateHandler) Update firmware on the printer, using the specified timeout, regardless of the firmware version currently on the printer.
Top
See Also