Click or drag to resize

FirmwareUpdateHandler.ProgressUpdate Method

Callback to notify the user of the firmware updating progress.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax
public abstract void ProgressUpdate(
	int bytesWritten,
	int totalBytes
)

Parameters

bytesWritten
Type: System.Int32
The total number of bytes written to the printer.
totalBytes
Type: System.Int32
The total number of bytes to be written to the printer.

Implements

FirmwareUpdateHandlerBase.ProgressUpdate(Int32, Int32)
See Also