Click or drag to resize

ProfileSendFileContents(String) Method

This method is not valid for a profile.

Namespace: Zebra.Sdk.Device
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public void SendFileContents(
	string filePath
)

Parameters

filePath  String
Path to the file containing the data to send.

Implements

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