Uses of Interface
com.zebra.sdk.printer.ZebraPrinterLinkOs
Packages that use ZebraPrinterLinkOs
Package
Description
Provides implementation for Zebra branded printer functionality.
-
Uses of ZebraPrinterLinkOs in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that return ZebraPrinterLinkOsModifier and TypeMethodDescriptionstatic ZebraPrinterLinkOsZebraPrinterFactory.createLinkOsPrinter(ZebraPrinter genericPrinter) Create a wrapper around a Zebra printer that provides access to Link-OS features.static ZebraPrinterLinkOsZebraPrinterFactory.createLinkOsPrinter(ZebraPrinter genericPrinter, LinkOsInformation info) Create a wrapper around a Zebra printer that provides access to Link-OS features.static ZebraPrinterLinkOsZebraPrinterFactory.createLinkOsPrinter(ZebraPrinter genericPrinter, LinkOsInformation info, PrinterLanguage language) Create a wrapper around a Zebra printer that provides access to Link-OS features.static ZebraPrinterLinkOsZebraPrinterFactory.createLinkOsPrinter(ZebraPrinter genericPrinter, PrinterLanguage language) Create a wrapper around a Zebra printer that provides access to Link-OS features.static ZebraPrinterLinkOsZebraPrinterFactory.getLinkOsPrinter(Connection connection) Create Link-OS Zebra printer from a connection that provides access to Link-OS features.static ZebraPrinterLinkOsZebraPrinterFactory.getLinkOsPrinter(Connection connection, LinkOsInformation info) Create Link-OS Zebra printer from a connection that provides access to Link-OS features.static ZebraPrinterLinkOsZebraPrinterFactory.getLinkOsPrinter(Connection connection, LinkOsInformation info, PrinterLanguage language) Create Link-OS Zebra printer from a connection that provides access to Link-OS features.static ZebraPrinterLinkOsZebraPrinterFactory.getLinkOsPrinter(Connection connection, PrinterLanguage language) Create Link-OS Zebra printer from a connection that provides access to Link-OS features.Methods in com.zebra.sdk.printer with parameters of type ZebraPrinterLinkOsModifier and TypeMethodDescriptionvoidPrinterReconnectionHandler.printerOnline(ZebraPrinterLinkOs printer, String firmwareVersion) Called when the printer is back online and has been rediscovered.