FirmwareUpdateHandlerBaseProgressUpdate Method
|
Callback to notify the user of the firmware updating progress.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax void ProgressUpdate(
int bytesWritten,
int totalBytes
)
Sub ProgressUpdate (
bytesWritten As Integer,
totalBytes As Integer
)
void ProgressUpdate(
int bytesWritten,
int totalBytes
)
Parameters
- bytesWritten Int32
- Total number of bytes written to the printer.
- totalBytes Int32
- Total number of bytes to be written to the printer.
Remarks This is called for every 4K bytes written out.
See Also