public interface FirmwareUpdateHandlerBase
Modifier and Type | Method and Description |
---|---|
void |
firmwareDownloadComplete()
Called when the firmware download completes.
|
void |
progressUpdate(int bytesWritten,
int totalBytes)
Callback to notify the user of the firmware updating progress.
|
void progressUpdate(int bytesWritten, int totalBytes)
bytesWritten
- total number of bytes written to the printer.totalBytes
- total number of bytes to be written to the printer.
© 2016 ZIH Corp. All Rights Reserved.