Uses of Class
com.zebra.sdk.printer.ZebraPrinterLanguageUnknownException
Packages that use ZebraPrinterLanguageUnknownException
Package
Description
Provides implementation for communication protocols.
Provides implementation for Zebra branded printer functionality.
-
Uses of ZebraPrinterLanguageUnknownException in com.zebra.sdk.comm
Methods in com.zebra.sdk.comm that throw ZebraPrinterLanguageUnknownExceptionModifier and TypeMethodDescriptionvoidConnectionReestablisher.reestablishConnection(PrinterReconnectionHandler handler) Reestablishes a connection to a printer which may have been closed due to an event, like a reboot. -
Uses of ZebraPrinterLanguageUnknownException in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that throw ZebraPrinterLanguageUnknownExceptionModifier and TypeMethodDescriptionstatic voidPrinterUtil.createBackup(String connectionString, String profilePath) Create a backup of your printer's settings, alerts, and files.static voidPrinterUtil.createProfile(String connectionString, String profilePath) Create a profile of your printer's settings, alerts, and files for cloning to other printers.static voidPrinterUtil.deleteFile(String connectionString, String filePath) Deletes file(s) from the printer.static voidPrinterUtil.deleteFile(String connectionString, String filePath, String authPassword) For printers in Protected Mode: Deletes file(s) from the printer.static String[]PrinterUtil.deleteFileReportDeleted(String connectionString, String filePath) Deletes file(s) from the printer and reports what files were actually removed.static String[]PrinterUtil.deleteFileReportDeleted(String connectionString, String filePath, String authPassword) For printers in Protected Mode: Deletes file(s) from the printer and reports what files were actually removed.static ZebraPrinterZebraPrinterFactory.getInstance(Connection connection) Factory method to create the correctZebraPrinterconcrete class based on the printer's control language.static ZebraPrinterZebraPrinterFactory.getInstance(String[] cpclFwVersionPrefixes, Connection connection) Factory method to create the correctZebraPrinterconcrete class based on the printer's control language.static PrinterLanguagePrinterLanguage.getLanguage(String name) Converts the string name to the appropriate enum value.static voidPrinterUtil.getObjectFromPrinter(OutputStream destinationStream, String connectionString, String filePathOnPrinter) Retrieves a file from the printer's file system and writes the contents of that file to an output stream.static byte[]PrinterUtil.getObjectFromPrinter(String connectionString, String filePathOnPrinter) Retrieves a file from the printer's file system and returns the contents of that file as a byte[].static voidPrinterUtil.getObjectFromPrinterViaFtp(OutputStream destination, String connectionString, String filePathOnPrinter, String ftpPassword) Retrieves a file from the printer's file system via FTP and writes the contents of that file to an output stream.static byte[]PrinterUtil.getObjectFromPrinterViaFtp(String connectionString, String filePathOnPrinter, String ftpPassword) Retrieves a file from the printer's file system via FTP and returns the contents of that file as a byte[].PrinterUtil.getOdometerStatus(String connectionString) Retrieves status of the printer odometer which includes the total print length, head clean counter, label dot length, head new, latch open counter, and both user resettable counters.
See ConnectionBuilder for the format ofconnectionString.static List<TcpPortStatus> PrinterUtil.getPortStatus(String connectionString) Retrieves a list of currently open tcp ports on the printer.
See ConnectionBuilder for the format ofconnectionString.PrinterUtil.getPrinterStatus(String connectionString) Retrieves status of the printer which includes any error messages currently set along with the number of labels remaining in queue, number of labels remaining in batch, and whether or not a label is currently being processed.PrinterUtil.getSettingsFromPrinter(String connectionString) Retrieve all settings and their attributes from the specified printer.
See ConnectionBuilder for the format ofconnectionString.static String[]Retrieves the names of the files which are stored on the device.
See ConnectionBuilder for the format ofconnectionString.static voidPrinterUtil.loadBackup(String connectionString, String backupPath) Takes settings, alerts, and files from a backup, and applies them to a printer.static voidPrinterUtil.loadBackup(String connectionString, String backupPath, boolean isVerbose) Takes settings, alerts, and files from a backup, and applies them to a printer.static voidPrinterUtil.loadProfile(String connectionString, String profilePath, FileDeletionOption filesToDelete) Takes settings, alerts, and files from a profile, and applies them to a printer.static voidPrinterUtil.loadProfile(String connectionString, String profilePath, FileDeletionOption filesToDelete, boolean isVerbose) Takes settings, alerts, and files from a profile, and applies them to a printer.static voidPrinterUtil.printConfigLabel(String connectionString) Prints the configuration label on a printer using the specified connection string.static voidPrinterUtil.printDirectoryLabel(String connectionString) Causes the specified printer to print a directory listing of all the files saved on the printer.
See ConnectionBuilder for the format ofconnectionString.static voidPrinterUtil.printNetworkConfigLabel(String connectionString) Causes the specified printer to print a network configuration label.
See ConnectionBuilder for the format ofconnectionString.static StringPrinterUtil.quickStatus(String connectionString) Retrieves the quick status of the printer.
See ConnectionBuilder for the format ofconnectionString.static voidPrinterUtil.resetNetwork(String connectionString) Resets the network of the specified printer.static voidPrinterUtil.resetNetwork(String connectionString, String authPassword) For printers in Protected Mode: Resets the network configuration of a Zebra printer connected via the specified connection string.static voidPrinterUtil.resetPrinter(String connectionString) static voidPrinterUtil.resetPrinter(String connectionString, String authPassword) For printers in Protected Mode: Resets the specified printer.static voidPrinterUtil.restoreAsmDefaults(String connectionString, String authPassword, String sgdBranch) For printers in Protected Mode: Restores the specified SGD branch(ip,wlan or power etc) configuration settings of a Zebra Link-OS printer in protected mode to their default values.static voidPrinterUtil.restoreNetworkDefaults(String connectionString) Restores the network settings of a Zebra Link-OS printer to their default values.static voidPrinterUtil.restorePrinterDefaults(String connectionString) Restores a Zebra printer to its default settings.static voidstatic voidStores the file on the printer at the specified location and with specified name using any required file wrappers.
See ConnectionBuilder for the format ofconnectionString.static voidPrinterUtil.storeFile(String connectionString, String filePath, String remoteName, String authPassword) For printers in Protected Mode: Stores the file on the printer at the specified location and name using any required file wrappers.
If the printer is in protected mode, authentication is required via the provided password for file types (NRD, NRE and PAC).voidFirmwareUpdaterLinkOs.updateFirmware(String firmwareFilePath, long timeout, FirmwareUpdateHandler handler) Update firmware on the printer using the specifiedtimeout.voidFirmwareUpdaterLinkOs.updateFirmware(String firmwareFilePath, FirmwareUpdateHandler handler) Update firmware on the printer using the default timeout of 10 minutes.static voidPrinterUtil.updateFirmware(String connection, String firmwareFilePath, long timeout) Update the printer firmware.voidFirmwareUpdaterLinkOs.updateFirmwareUnconditionally(String firmwareFilePath, long timeout, FirmwareUpdateHandler handler) Update firmware on the printer, using the specifiedtimeout, regardless of the firmware version currently on the printer.voidFirmwareUpdaterLinkOs.updateFirmwareUnconditionally(String firmwareFilePath, FirmwareUpdateHandler handler) Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version currently on the printer.