FirmwareUpdaterLinkOs 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.
|