Click or drag to resize

ProfileSendFileContents Method (String, ProgressMonitor)

This method is not valid for a profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void SendFileContents(
	string filePath,
	ProgressMonitor handler
)

Parameters

filePath
Type: SystemString
Path to the file containing the data to send.
handler
Type: Zebra.Sdk.DeviceProgressMonitor
Progress monitor callback handler.

Implements

FileUtilSendFileContents(String, ProgressMonitor)
Exceptions
ExceptionCondition
InvalidOperationExceptionIf this method is called.
See Also