Click or drag to resize

FirmwareUpdaterLinkOs Methods

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