FirmwareUpdaterLinkOsUpdateFirmwareUnconditionally Method (String, FirmwareUpdateHandler)
|
Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version
currently on the printer.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax void UpdateFirmwareUnconditionally(
string firmwareFilePath,
FirmwareUpdateHandler handler
)
Sub UpdateFirmwareUnconditionally (
firmwareFilePath As String,
handler As FirmwareUpdateHandler
)
void UpdateFirmwareUnconditionally(
String^ firmwareFilePath,
FirmwareUpdateHandler^ handler
)
Parameters
- firmwareFilePath
- Type: SystemString
File path of firmware file. - handler
- Type: Zebra.Sdk.PrinterFirmwareUpdateHandler
Callback for firmware updating status.
Exceptions See Also