Click or drag to resize

ZebraPrinterFactoryGetLinkOsPrinter Method (Connection, LinkOsInformation)

Create Link-OS™ Zebra printer from a connection 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 GetLinkOsPrinter(
	Connection connection,
	LinkOsInformation info
)

Parameters

connection
Type: Zebra.Sdk.CommConnection
An open connection to a Link-OS™ printer
info
Type: Zebra.Sdk.PrinterLinkOsInformation
Link-OS Information

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 control language, but will not query the printer for Link-OS information.
See Also