| Package | Description | 
|---|---|
| com.zebra.sdk.printer | 
 Provides implementation for Zebra branded printer functionality. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PrinterLanguage | 
PrinterLanguage.getLanguage(String name)
Converts the string name to the appropriate enum value. 
 | 
PrinterLanguage | 
ZebraPrinter.getPrinterControlLanguage()
Returns the printer control language (e.g. ZPL or CPCL) of the printer. 
 | 
static PrinterLanguage | 
PrinterLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PrinterLanguage[] | 
PrinterLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ZebraPrinterLinkOs | 
ZebraPrinterFactory.createLinkOsPrinter(ZebraPrinter genericPrinter,
                   LinkOsInformation info,
                   PrinterLanguage language)
Create a wrapper around a Zebra printer that provides access to Link-OS™ features. 
 | 
static ZebraPrinterLinkOs | 
ZebraPrinterFactory.createLinkOsPrinter(ZebraPrinter genericPrinter,
                   PrinterLanguage language)
Create a wrapper around a Zebra printer that provides access to Link-OS™ features. 
 | 
static ZebraPrinter | 
ZebraPrinterFactory.getInstance(PrinterLanguage language,
           Connection connection)
Factory method to create the correct  
ZebraPrinter concrete class based on the provided printer control
 language. | 
static ZebraPrinterLinkOs | 
ZebraPrinterFactory.getLinkOsPrinter(Connection connection,
                LinkOsInformation info,
                PrinterLanguage language)
Create Link-OS™ Zebra printer from a connection that provides access to Link-OS™ features. 
 | 
static ZebraPrinterLinkOs | 
ZebraPrinterFactory.getLinkOsPrinter(Connection connection,
                PrinterLanguage language)
Create Link-OS™ Zebra printer from a connection that provides access to Link-OS™ features. 
 | 
				© 2015 ZIH Corp. All Rights Reserved.