Click or drag to resize

FirmwareUpdateHandlerBaseProgressUpdate 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.1869
Syntax
void ProgressUpdate(
	int bytesWritten,
	int totalBytes
)

Parameters

bytesWritten
Type: SystemInt32
Total number of bytes written to the printer.
totalBytes
Type: SystemInt32
Total number of bytes to be written to the printer.
Remarks
This is called for every 4K bytes written out.
See Also