ProfileGetObjectFromPrinterViaFtp(Stream, String, String) Method
|
This method is not valid for a profile.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void GetObjectFromPrinterViaFtp(
Stream destinationStream,
string filePath,
string ftpPassword
)
Public Sub GetObjectFromPrinterViaFtp (
destinationStream As Stream,
filePath As String,
ftpPassword As String
)
public:
virtual void GetObjectFromPrinterViaFtp(
Stream^ destinationStream,
String^ filePath,
String^ ftpPassword
) sealed
Parameters
- destinationStream Stream
- NA
- filePath String
- NA
- ftpPassword String
- NA
Implements
FileUtilLinkOsGetObjectFromPrinterViaFtp(Stream, String, String)Exceptions See Also