FirmwareUpdaterLinkOsUpdateFirmwareUnconditionally(String, Int64, FirmwareUpdateHandler) Method
|
Update firmware on the printer, using the specified timeout, regardless of the firmware version
currently on the printer.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax void UpdateFirmwareUnconditionally(
string firmwareFilePath,
long timeout,
FirmwareUpdateHandler handler
)
Sub UpdateFirmwareUnconditionally (
firmwareFilePath As String,
timeout As Long,
handler As FirmwareUpdateHandler
)
void UpdateFirmwareUnconditionally(
String^ firmwareFilePath,
long long timeout,
FirmwareUpdateHandler^ handler
)
Parameters
- firmwareFilePath String
- File path of firmware file.
- timeout Int64
- Timeout in milliseconds. The minimum allowed timeout is 10 minutes (600000ms) due to the need to
reset the printer after flashing the firmware. If a timeout value less than the minimum is provided, the minimum will be
used instead.
- handler FirmwareUpdateHandler
- Callback for firmware updating status.
Exceptions See Also