ZebraPrinterFactoryGetLinkOsPrinter Method (Connection)
|
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
)
Public Shared Function GetLinkOsPrinter (
connection As Connection
) As ZebraPrinterLinkOs
public:
static ZebraPrinterLinkOs^ GetLinkOsPrinter(
Connection^ connection
)
Parameters
- connection
- Type: Zebra.Sdk.CommConnection
An open connection to a Link-OS printer
Return Value
Type:
ZebraPrinterLinkOsA Link-OS printer
Exceptions Remarks
This method will query the printer for its Link-OS version and its control language.
See Also