Click or drag to resize

ZebraPrinterFactoryCreateLinkOsPrinter Method (ZebraPrinter)

Create a wrapper around a Zebra printer that provides access to Link-OS™ features.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public static ZebraPrinterLinkOs CreateLinkOsPrinter(
	ZebraPrinter genericPrinter
)

Parameters

genericPrinter
Type: Zebra.Sdk.PrinterZebraPrinter
An instance of a ZebraPrinter

Return Value

Type: ZebraPrinterLinkOs
A Link-OS™ printer
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs
Remarks
This method will query the printer for its Link-OS™ version and its control language.
See Also