Zebra LinkOS Multiplatform SDK for Xamarin  1.1
Link-OS Portable Class Library Plugin for Xamarin
LinkOS.Plugin.Abstractions.IPrinterUtil Interface Reference

Numerous utilities to simplify printer operations More...

Inherited by LinkOS.Plugin.PrinterUtilImplementation.

Public Member Functions

void SendContents (string connectionString, string data)
 Send contents of data directly to the device specified via connectionString using UTF-8 encoding. See ConnectionBuilder for the format of connectionString. More...
 
void StoreFile (string connectionString, string filePath, string remoteName)
 Stores the file on the printer at the specified location and name using any required file wrappers. See ConnectionBuilder for the format of connectionString. This function only works on Link-OS printers. For ZebraLink printers, use the SendContents() function. More...
 

Detailed Description

Numerous utilities to simplify printer operations

Member Function Documentation

void LinkOS.Plugin.Abstractions.IPrinterUtil.SendContents ( string  connectionString,
string  data 
)

Send contents of data directly to the device specified via connectionString using UTF-8 encoding. See ConnectionBuilder for the format of connectionString.

Parameters
connectionStringThe connection string.
dataData to send to the printer.
void LinkOS.Plugin.Abstractions.IPrinterUtil.StoreFile ( string  connectionString,
string  filePath,
string  remoteName 
)

Stores the file on the printer at the specified location and name using any required file wrappers. See ConnectionBuilder for the format of connectionString. This function only works on Link-OS printers. For ZebraLink printers, use the SendContents() function.

Parameters
connectionStringThe connection string.
filePathThe path of the file to store.
remoteNameThe path on the printer.

The documentation for this interface was generated from the following file: