ProfileGetObjectFromPrinterViaFtp(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 byte[] GetObjectFromPrinterViaFtp(
string filePath,
string ftpPassword
)
Public Function GetObjectFromPrinterViaFtp (
filePath As String,
ftpPassword As String
) As Byte()
public:
virtual array<unsigned char>^ GetObjectFromPrinterViaFtp(
String^ filePath,
String^ ftpPassword
) sealed
Parameters
- filePath String
- NA
- ftpPassword String
- NA
Return Value
ByteNA
Implements
FileUtilLinkOsGetObjectFromPrinterViaFtp(String, String)Exceptions See Also