FirmwareUpdateHandlerProgressUpdate 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 public abstract void ProgressUpdate(
int bytesWritten,
int totalBytes
)
Public MustOverride Sub ProgressUpdate (
bytesWritten As Integer,
totalBytes As Integer
)
public:
virtual void ProgressUpdate(
int bytesWritten,
int totalBytes
) abstract
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