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: 3.0.3271
Syntax
public abstract void UpdateProgress(
	int bytesWritten,
	int totalBytes
)

Parameters

bytesWritten  Int32
Bytes currently written
totalBytes  Int32
Total bytes to send
See Also