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: 2.14.1869
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