Click or drag to resize

FirmwareUpdateHandlerProgressUpdate Method

Callback to notify the user of the firmware updating progress.

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

Parameters

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

Implements

FirmwareUpdateHandlerBaseProgressUpdate(Int32, Int32)
See Also