Click or drag to resize

ProgressMonitorUpdateProgress Method

Callback to notify the user as to the progress of the how many bytes have been sent. SendFileContents(String, ProgressMonitor)

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public abstract void UpdateProgress(
	int bytesWritten,
	int totalBytes
)

Parameters

bytesWritten
Type: SystemInt32
Bytes currently written
totalBytes
Type: SystemInt32
Total bytes to send
See Also