Click or drag to resize

FirmwareUpdateHandlerBase Interface

Handler class is used to update status while performing a firmware download.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public interface FirmwareUpdateHandlerBase

The FirmwareUpdateHandlerBase type exposes the following members.

Methods
 NameDescription
Public methodFirmwareDownloadComplete Called when the firmware download completes. The printer will then begin flashing the firmware to memory followed by a reboot.
Public methodProgressUpdate Callback to notify the user of the firmware updating progress.
Top
See Also