ZebraPrinterFactoryGetLinkOsPrinter(Connection, PrinterLanguage) Method
|
Create Link-OS™ Zebra printer from a connection that provides access to Link-OS™ features.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static ZebraPrinterLinkOs GetLinkOsPrinter(
Connection connection,
PrinterLanguage language
)
Public Shared Function GetLinkOsPrinter (
connection As Connection,
language As PrinterLanguage
) As ZebraPrinterLinkOs
public:
static ZebraPrinterLinkOs^ GetLinkOsPrinter(
Connection^ connection,
PrinterLanguage^ language
)
Parameters
- connection Connection
- An open connection to a Link-OS™ printer
- language PrinterLanguage
- The printer control language
Return Value
ZebraPrinterLinkOsA Link-OS™ printer
Exceptions Remarks
This method will query the printer for its Link-OS information, but will not query the printer for
its control language.
See Also