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

An interface used to obtain various properties of a Zebra printer. More...

Inheritance diagram for LinkOS.Plugin.Abstractions.IZebraPrinter:
LinkOS.Plugin.Abstractions.IGraphicsUtil LinkOS.Plugin.Abstractions.IFileUtil LinkOS.Plugin.Abstractions.IFormatUtil LinkOS.Plugin.ZebraPrinterImplementation

Properties

IConnection Connection [get, set]
 Get the printer's connection. More...
 
IPrinterStatus CurrentStatus [get]
 Get a new instance of PrinterStatus that can be used to determine the status of a printer. On Zebralink Mobile Printers, this function only works if the printer is not currently printing or processing other data, otherwise returns a MalformedStatusResponse exception. Link-OS and non-Mobile printers can be checked for status while prinintg. More...
 
PrinterLanguage PrinterControlLanguage [get]
 Get the printer control language (e.g. ZPL or CPCL) of the printer. More...
 

Additional Inherited Members

Detailed Description

An interface used to obtain various properties of a Zebra printer.

Property Documentation

IConnection LinkOS.Plugin.Abstractions.IZebraPrinter.Connection
getset

Get the printer's connection.

IPrinterStatus LinkOS.Plugin.Abstractions.IZebraPrinter.CurrentStatus
get

Get a new instance of PrinterStatus that can be used to determine the status of a printer. On Zebralink Mobile Printers, this function only works if the printer is not currently printing or processing other data, otherwise returns a MalformedStatusResponse exception. Link-OS and non-Mobile printers can be checked for status while prinintg.

PrinterLanguage LinkOS.Plugin.Abstractions.IZebraPrinter.PrinterControlLanguage
get

Get the printer control language (e.g. ZPL or CPCL) of the printer.


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