Uses of Class
com.zebra.sdk.printer.LinkOsInformation
Packages that use LinkOsInformation
Package
Description
Provides implementation for Zebra branded printer functionality.
Provides implementation for applying and retrieving settings from a device.
-
Uses of LinkOsInformation in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that return LinkOsInformationModifier and TypeMethodDescriptionZebraPrinterLinkOs.getLinkOsInformation()Returns specific Link-OS information.Methods in com.zebra.sdk.printer with parameters of type LinkOsInformationModifier and TypeMethodDescriptionstatic 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.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. -
Uses of LinkOsInformation in com.zebra.sdk.settings
Methods in com.zebra.sdk.settings with parameters of type LinkOsInformationModifier and TypeMethodDescriptionSettingsRanges.getRanges(List<String> settings, Connection printerConnection, PrinterLanguage printerLanguage, LinkOsInformation version) Use the LinkOS 3.2 JSON syntax to get the ranges for a list of SDGs, without the need to use an allconfig.SettingsValues.getValues(List<String> settingNames, Connection printerConnection, PrinterLanguage printerLanguage, LinkOsInformation version) Get the values for a list of settings from a printer.SettingsValues.setValues(Map<String, String> settingValues, Connection printerConnection, PrinterLanguage printerLanguage, LinkOsInformation version) Set each of the settings in settingValues on a printer.