Click or drag to resize

CardFirmwareUpdateHandlerProgressUpdate Method (Int32, Int32)

Callback to notify the user of the firmware updating progress.

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

Parameters

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

Implements

FirmwareUpdateHandlerBaseProgressUpdate(Int32, Int32)
See Also