Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addConnectionType(Class<? extends Connection>) - Static method in class com.zebra.sdk.comm.ConnectionBuilder
-
Add a connection type to the ConnectionBuilder
- addFirmware(String) - Method in class com.zebra.sdk.device.Profile
-
Adds a firmware file to an existing printer profile.
- addFirmware(String, byte[]) - Method in class com.zebra.sdk.device.Profile
-
Adds a firmware file to an existing printer profile.
- address - Variable in class com.zebra.sdk.printer.discovery.DiscoveredPrinter
-
MAC address, IP Address, or local name of printer.
- addSupplement(byte[]) - Method in class com.zebra.sdk.device.Profile
-
Adds data to supplement an existing printer profile.
- addWriteLogStream(OutputStream) - Method in class com.zebra.sdk.comm.ConnectionA
- addWriteLogStream(OutputStream) - Method in interface com.zebra.sdk.comm.ConnectionWithWriteLogging
-
Adds the OutputStream to the connection to log all data written to the connected device.
- addWriteLogStream(OutputStream) - Method in class com.zebra.sdk.comm.MultichannelConnection
- addWriteLogStream(OutputStream) - Method in interface com.zebra.sdk.comm.StatusConnectionWithWriteLogging
-
Adds the OutputStream to the connection to log all data written to the connected device.
- AlertCondition - Enum Class in com.zebra.sdk.settings
-
Enumeration of the various printer alert conditions which can be set on Zebra Printers.
- AlertDestination - Enum Class in com.zebra.sdk.settings
-
Enumeration of the various alert destinations which can be set on Zebra Printers.
- AlertMonitorBase - Class in com.zebra.sdk.remote.comm
- AlertMonitorI - Interface in com.zebra.sdk.remote.comm
-
Handler class used to take some action when a printer alert is received.
- AlertProvider - Interface in com.zebra.sdk.printer
-
This is an utility class for getting/setting alerts on a printer.
- ALL - Enum constant in enum class com.zebra.sdk.printer.FileDeletionOption
-
Attempts to delete all files from the printer.
- ALL_MESSAGES - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'All Messages'
- APPLICATOR - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Applicator print mode
- ASMUtilLinkOs - Interface in com.zebra.sdk.printer
-
Utility class for performing Link-OS printer actions for ASM mode.
- AUTO_SELECT - Enum constant in enum class com.zebra.sdk.weblink.WeblinkAddressStrategy
-
Looks at current weblink settings and determine which location to set based on if the URL is set and valid and if the printer is connected to the address.
B
- BATTERY_LOW - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Battery Low'
- BLUETOOTH - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'Bluetooth'
- build(String) - Static method in class com.zebra.sdk.comm.ConnectionBuilder
-
Creates a Connection type based on the contents of
descriptionString. - bytesAvailable() - Method in interface com.zebra.sdk.comm.Connection
-
Returns an estimate of the number of bytes that can be read from this connection without blocking.
- bytesAvailable() - Method in class com.zebra.sdk.comm.ConnectionA
- bytesAvailable() - Method in class com.zebra.sdk.comm.DriverPrinterConnection
-
Returns the number of bytes available on the connection.
- bytesAvailable() - Method in class com.zebra.sdk.comm.MultichannelConnection
- bytesAvailable() - Method in class com.zebra.sdk.comm.UsbConnection
-
Returns number of bytes currently read from printer.
- bytesAvailable() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- bytesAvailable() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- bytesFree - Variable in class com.zebra.sdk.printer.StorageInfo
-
The number of bytes remaining on the drive.
C
- CA_CERT_NRD_PRINTER_FILE_NAME - Static variable in class com.zebra.sdk.certificate.ZebraCertificateInfo
-
The file name on a printer to which a wireless ca must be saved for wireless security
- caCertificates - Variable in class com.zebra.sdk.certificate.ZebraCertificateInfo
-
Contains the Certificate Authority certificate chain, if set
- caCertificateStream - Variable in class com.zebra.sdk.comm.TlsConfig
-
Input stream containing the CA certificate used for TLS validation.
- calibrate() - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Sends the appropriate calibrate command to the printer.
- CertificateParser - Class in com.zebra.sdk.certificate
-
Takes in a certificate file (P12, DER, PEM, etc) and processes it into a ZebraCertificateInfo object which contains the selected certificate, Certificate Authority certificate chain, and private key (if applicable).
- CLEAN_PRINTHEAD - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Clean Printhead'
- CLEANING_MODE - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Cleaning Mode'
- CLIENT_CERT_NRD_PRINTER_FILE_NAME - Static variable in class com.zebra.sdk.certificate.ZebraCertificateInfo
-
The file name on a printer to which a client cert must be saved for wireless security
- CLIENT_PRIVATE_KEY_NRD_PRINTER_FILE_NAME - Static variable in class com.zebra.sdk.certificate.ZebraCertificateInfo
-
The file name on a printer to which a private key must be saved for wireless security
- clientCertificate - Variable in class com.zebra.sdk.certificate.ZebraCertificateInfo
-
Contains the client certificate, if set
- CLONEABLE - Enum constant in enum class com.zebra.sdk.printer.FileDeletionOption
-
Will attempt to delete only the file types which are copied at profile/backup creation time.
- close() - Method in interface com.zebra.sdk.comm.Connection
-
Closes this connection and releases any system resources associated with the connection.
- close() - Method in class com.zebra.sdk.comm.ConnectionA
- close() - Method in class com.zebra.sdk.comm.DriverPrinterConnection
- close() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Closes both the printing and status channels of this MultichannelConnection.
- close() - Method in class com.zebra.sdk.comm.UsbConnection
- close() - Method in interface com.zebra.sdk.device.SmartcardReader
-
Turns the printer's smartcard reader off, if present.
- close() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
-
Close has no effect on a remote connection.
- close() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- closePrintingChannel() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Closes the printing channel of this MultichannelConnection.
- closeStatusChannel() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Closes the status channel of this MultichannelConnection.
- COLD_START - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Cold Start'
- com.zebra.sdk.certificate - package com.zebra.sdk.certificate
-
Provides implementation for certificate utilities.
- com.zebra.sdk.comm - package com.zebra.sdk.comm
-
Provides implementation for communication protocols.
- com.zebra.sdk.device - package com.zebra.sdk.device
-
Provides implementation for device operations
- com.zebra.sdk.graphics - package com.zebra.sdk.graphics
-
Provides implementation for working with graphics formatted for a Zebra printer.
- com.zebra.sdk.printer - package com.zebra.sdk.printer
-
Provides implementation for Zebra branded printer functionality.
- com.zebra.sdk.printer.discovery - package com.zebra.sdk.printer.discovery
-
Provides implementation for finding Zebra branded printers.
- com.zebra.sdk.remote.comm - package com.zebra.sdk.remote.comm
-
Provides implementation for communicating to Link-OS printers over Web Sockets.
- com.zebra.sdk.remote.discovery - package com.zebra.sdk.remote.discovery
-
Provides implementation for finding Link-OS printers connected to a remote Zebra Web Service servlet via Web Sockets.
- com.zebra.sdk.settings - package com.zebra.sdk.settings
-
Provides implementation for applying and retrieving settings from a device.
- com.zebra.sdk.weblink - package com.zebra.sdk.weblink
-
Provides implementation for Weblink configuration.
- compareTo(FieldDescriptionData) - Method in class com.zebra.sdk.printer.FieldDescriptionData
- CONFIGURATION_FAILED - Enum constant in enum class com.zebra.sdk.weblink.ConfigurationStatus
-
Configuration state indicating the task failed
- ConfigurationStatus - Enum Class in com.zebra.sdk.weblink
-
Enumeration of a task's status
- configure(String, WeblinkAddressStrategy, WeblinkConfigurationStateUpdater) - Method in class com.zebra.sdk.weblink.WeblinkConfigurator
-
Configures a printer to connect to a Zebra Weblink server and attempts to validate a successful connection.
- configureAlert(PrinterAlert) - Method in class com.zebra.sdk.device.Profile
- configureAlert(PrinterAlert) - Method in interface com.zebra.sdk.printer.AlertProvider
-
Configures an alert to be triggered when the alert's condition occurs or becomes resolved.
- configureAlerts(List<PrinterAlert>) - Method in class com.zebra.sdk.device.Profile
- configureAlerts(List<PrinterAlert>) - Method in interface com.zebra.sdk.printer.AlertProvider
-
Configures a list of alerts to be triggered when their conditions occur or become resolved.
- ConfigureWeblink - Enum constant in enum class com.zebra.sdk.weblink.WeblinkConfigurationState
-
Configuration state indicating the task is configuring the weblink setting
- Connection - Interface in com.zebra.sdk.comm
-
A connection to a device.
- ConnectionA - Class in com.zebra.sdk.comm
-
Abstract class which implements the default functionality of
Connection. - ConnectionBuilder - Class in com.zebra.sdk.comm
-
Builds a Connection from a description string.
- connectionEstablished(DiscoveredPrinter) - Method in interface com.zebra.sdk.remote.discovery.ConnectionHandlerI
-
Called when a printer establishes a connection.
- ConnectionException - Exception Class in com.zebra.sdk.comm
-
Signals that an error has occurred on the connection.
- ConnectionException(String) - Constructor for exception class com.zebra.sdk.comm.ConnectionException
-
Constructs a
ConnectionExceptionwithmessageas the detailed error message. - ConnectionException(String, Throwable) - Constructor for exception class com.zebra.sdk.comm.ConnectionException
-
Constructs a
ConnectionExceptionwith themessageas the detailed error message andcauseas the source of the exception. - ConnectionException(Throwable) - Constructor for exception class com.zebra.sdk.comm.ConnectionException
-
Constructs a
ConnectionExceptionwithcauseas the source of the exception. - ConnectionHandlerBase - Class in com.zebra.sdk.remote.discovery
- ConnectionHandlerI - Interface in com.zebra.sdk.remote.discovery
-
Handler class used to notify of connection status
- ConnectionReestablisher - Interface in com.zebra.sdk.comm
-
Defines methods used to reestablish a connection to a printer which may have been closed.
- connectionRemoved(DiscoveredPrinter) - Method in interface com.zebra.sdk.remote.discovery.ConnectionHandlerI
-
Called when a printer goes offline.
- ConnectionStatusA - Class in com.zebra.sdk.comm
-
Abstract class which implements the default functionality of
StatusConnection. - ConnectionWithWriteLogging - Interface in com.zebra.sdk.comm
-
A connection to a device that copies data sent to the connection to the provided stream.
- ConnectToPrinter - Enum constant in enum class com.zebra.sdk.weblink.WeblinkConfigurationState
-
Configuration state indicating the task is creating a connection to the printer
- convertGraphic(String, ZebraImageI, int, int, OutputStream) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Encodes supplied image in either ZPL or CPCL after dithering and resizing.
- convertGraphic(String, ZebraImageI, OutputStream) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Encodes supplied image in either ZPL or CPCL after dithering and resizing.
- COUNTRY_CODE_ERROR - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Country Code Error'
- CPCL - Enum constant in enum class com.zebra.sdk.printer.PrinterLanguage
-
Printer control language CPCL
- create(ZebraPrinter) - Static method in class com.zebra.sdk.device.MagCardReaderFactory
-
Creates an instance of a Magcard reader, if available.
- create(ZebraPrinter) - Static method in class com.zebra.sdk.device.SmartcardReaderFactory
-
Creates an instance of a Smartcard reader, if available.
- createAlertCondition(String) - Static method in enum class com.zebra.sdk.settings.AlertCondition
-
Creates an AlertCondition based on the
condition. - createAlertDestination(String) - Static method in enum class com.zebra.sdk.settings.AlertDestination
-
Creates an AlertDestination based on the
destination. - createBackup(String) - Method in interface com.zebra.sdk.printer.ProfileUtil
-
Save a backup of your printer's settings, alerts, and files for later restoration.
- createBackup(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Create a backup of your printer's settings, alerts, and files.
- createLinkOsPrinter(ZebraPrinter) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Create a wrapper around a Zebra printer that provides access to Link-OS features.
- createLinkOsPrinter(ZebraPrinter, LinkOsInformation) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Create a wrapper around a Zebra printer that provides access to Link-OS features.
- createLinkOsPrinter(ZebraPrinter, LinkOsInformation, PrinterLanguage) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Create a wrapper around a Zebra printer that provides access to Link-OS features.
- createLinkOsPrinter(ZebraPrinter, PrinterLanguage) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Create a wrapper around a Zebra printer that provides access to Link-OS features.
- createProfile(OutputStream) - Method in interface com.zebra.sdk.printer.ProfileUtil
-
Create a profile of your printer's settings, alerts, and files for cloning to other printers.
- createProfile(String) - Method in interface com.zebra.sdk.printer.ProfileUtil
-
Create a profile of your printer's settings, alerts, and files for cloning to other printers.
- createProfile(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Create a profile of your printer's settings, alerts, and files for cloning to other printers.
- CsvPrinter - Class in com.zebra.sdk.printer
-
A class used to print template formats using comma separated values as input data.
- CUTTER - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Cutter print mode
- CUTTER_JAMMED - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Cutter Jammed'
D
- DEFAULT_CPCL_TCP_PORT - Static variable in class com.zebra.sdk.comm.TcpConnection
-
The default TCP port for CPCL devices.
- DEFAULT_MAX_TIMEOUT_FOR_READ_REMOTE - Static variable in class com.zebra.sdk.remote.comm.RemoteConnection
-
The default max timeout for reading from a remote connection
- DEFAULT_MULTICHANNEL_PRINTING_PORT - Static variable in class com.zebra.sdk.comm.MultichannelTcpConnection
-
The default Multichannel printing port for Link-OS devices.
- DEFAULT_MULTICHANNEL_PRINTING_PORT - Static variable in class com.zebra.sdk.comm.MultichannelTlsConnection
-
The default Multichannel printing port for Link-OS devices.
- DEFAULT_MULTICHANNEL_STATUS_PORT - Static variable in class com.zebra.sdk.comm.MultichannelTcpConnection
-
The default Multichannel status port for Link-OS devices.
- DEFAULT_MULTICHANNEL_STATUS_PORT - Static variable in class com.zebra.sdk.comm.MultichannelTlsConnection
-
The default Multichannel status port for Link-OS devices.
- DEFAULT_STATUS_TCP_PORT - Static variable in class com.zebra.sdk.comm.TcpStatusConnection
-
The default Status TCP port for ZPL devices.
- DEFAULT_STATUS_TLS_PORT - Static variable in class com.zebra.sdk.comm.TlsStatusConnection
-
The default Status TLS port for ZPL devices.
- DEFAULT_TIME_TO_WAIT_FOR_MORE_DATA_REMOTE - Static variable in class com.zebra.sdk.remote.comm.RemoteConnection
-
The default max time to wait for more data for a remote connection
- DEFAULT_TLS_PORT - Static variable in class com.zebra.sdk.comm.TlsConnection
-
The default TLS port for ZPL devices.
- DEFAULT_ZEBRA_WEBSERVICES_RMI_PORT - Static variable in class com.zebra.sdk.remote.comm.RemoteConnection
-
The default Zebra Web services RMI Port (11995).
- DEFAULT_ZPL_TCP_PORT - Static variable in class com.zebra.sdk.comm.TcpConnection
-
The default TCP port for ZPL devices.
- DELAYED_CUT - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Delayed cut print mode
- deleteFile(String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Deletes a file at the specified file path.
- deleteFile(String) - Method in class com.zebra.sdk.device.Profile
-
Deletes the file from the profile.
- deleteFile(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Deletes file(s) from the printer.
- deleteFile(String, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
For printers in Protected Mode: Deletes file(s) from the printer.
- deleteFileOnPrinterProtected(String, String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Deletes the file from the printer on protected mode.
- deleteFileOnPrinterProtected(String, String) - Method in class com.zebra.sdk.device.Profile
- deleteFileReportDeleted(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Deletes file(s) from the printer and reports what files were actually removed.
- deleteFileReportDeleted(String, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
For printers in Protected Mode: Deletes file(s) from the printer and reports what files were actually removed.
- Device - Interface in com.zebra.sdk.device
-
An interface used to control and obtain various properties of a device.
- directedBroadcast(DiscoveryHandler, String) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a directed broadcast discovery packet to the subnet specified by
ipAddress. - directedBroadcast(DiscoveryHandler, String, int) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a directed broadcast discovery packet to the subnet specified by
ipAddress. - DiscoveredPrinter - Class in com.zebra.sdk.printer.discovery
-
Container holding information about a discovered printer.
- DiscoveredPrinter(String) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredPrinter
-
Creates an object holding information about a discovered printer.
- DiscoveredPrinterDriver - Class in com.zebra.sdk.printer.discovery
-
Instance of
DiscoveredPrinterthat is returned when performing a Driver Discovery. - DiscoveredPrinterDriver(String, String, String[]) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredPrinterDriver
- DiscoveredPrinterFilter - Interface in com.zebra.sdk.printer.discovery
-
DiscoveredPrinterFilter is an interface to allow the user to write custom code to determine whether or not a DiscoveredPrinter should be included in the discovery result.
- DiscoveredPrinterNetwork - Class in com.zebra.sdk.printer.discovery
-
Instance of
DiscoveredPrinterthat is returned when performing a network discovery. - DiscoveredPrinterNetwork(String, int) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredPrinterNetwork
-
Returns an instance of a
DiscoveredPrinterNetworkwithipAddressandport. - DiscoveredPrinterNetwork(Map<String, String>) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredPrinterNetwork
-
Returns an instance of a
DiscoveredPrinterNetworkbuilt using the provided attributes. - DiscoveredUsbPrinter - Class in com.zebra.sdk.printer.discovery
-
Instance of
DiscoveredPrinterthat is returned when performing a search of currently connected Zebra USB printers. - DiscoveredUsbPrinter(String) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredUsbPrinter
-
Returns an instance of a
DiscoveredUsbPrinterbuilt using thesymbolicNamereturned byUsbDiscoverer.getZebraUsbPrinters() - DiscoveredUsbPrinter(String, Map<String, String>) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredUsbPrinter
- discoveryError(String) - Method in interface com.zebra.sdk.printer.discovery.DiscoveryHandler
-
This method is invoked when there is an error during discovery.
- discoveryError(String) - Method in class com.zebra.sdk.printer.discovery.DiscoveryHandlerLinkOsOnly
-
This method is invoked when there is an error during discovery.
- DiscoveryException - Exception Class in com.zebra.sdk.printer.discovery
-
Signals that there was an error during discovery.
- DiscoveryException(String) - Constructor for exception class com.zebra.sdk.printer.discovery.DiscoveryException
-
Constructs a
DiscoveryExceptionwithmessageas the detailed error message. - discoveryFinished() - Method in interface com.zebra.sdk.printer.discovery.DiscoveryHandler
-
This method is invoked when discovery is finished.
- discoveryFinished() - Method in class com.zebra.sdk.printer.discovery.DiscoveryHandlerLinkOsOnly
-
This method is invoked when discovery is finished.
- DiscoveryHandler - Interface in com.zebra.sdk.printer.discovery
-
Interface definition for a callback to be invoked for printer discovery events
- DiscoveryHandlerLinkOsOnly - Class in com.zebra.sdk.printer.discovery
-
Class definition for a callback to be invoked for Link-OS printer discovery events
- DiscoveryHandlerLinkOsOnly(DiscoveryHandler) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveryHandlerLinkOsOnly
-
Creates a DiscoveryHandler which will only report back Link-OS printers.
- DiscoveryPacketDecodeException - Exception Class in com.zebra.sdk.printer.discovery
-
Signals that there was an error during discovery packet decoding
- DiscoveryPacketDecodeException(String) - Constructor for exception class com.zebra.sdk.printer.discovery.DiscoveryPacketDecodeException
-
Constructs a
DiscoveryPacketDecodeExceptionwithmessageas the detailed error message. - DiscoveryUtil - Class in com.zebra.sdk.printer.discovery
-
Defines functions used when discovering information about a printer.
- DO(OutputStream, String, String, Connection) - Static method in class com.zebra.sdk.printer.SGD
-
Constructs an SGD DO command and sends it to the printer.
- DO(OutputStream, String, String, Connection, int, int) - Static method in class com.zebra.sdk.printer.SGD
-
Constructs an SGD DO command and sends it to the printer.
- DO(String, String, Connection) - Static method in class com.zebra.sdk.printer.SGD
-
Constructs an SGD DO command and sends it to the printer.
- DO(String, String, Connection, int, int) - Static method in class com.zebra.sdk.printer.SGD
-
Constructs an SGD DO command and sends it to the printer.
- doCommand(String) - Method in interface com.zebra.sdk.device.SmartcardReader
-
Sends a CT_DATA command to the printer's smartcard reader, if present.
- downloadTteFont(InputStream, String) - Method in class com.zebra.sdk.device.Profile
-
Adds a TrueType® font to a profile and stores it at the specified path as a TrueType® extension (TTE).
- downloadTteFont(InputStream, String) - Method in interface com.zebra.sdk.printer.FontUtil
-
Sends a TrueType® font to a printer and stores it at the specified path as a TrueType® extension (TTE).
- downloadTteFont(String, String) - Method in class com.zebra.sdk.device.Profile
-
Adds a TrueType® font file to a profile and stores it at the specified path as a TrueType® extension (TTE).
- downloadTteFont(String, String) - Method in interface com.zebra.sdk.printer.FontUtil
-
Used to send a TrueType® TTE font file to a printer and store it at the specified path as a TrueType® extension (TTE).
- downloadTtfFont(InputStream, String) - Method in class com.zebra.sdk.device.Profile
-
Adds a TrueType® font file to a profile and stores it at the specified path as a TTF.
- downloadTtfFont(InputStream, String) - Method in interface com.zebra.sdk.printer.FontUtil
-
Sends a TrueType® font file to a printer and stores it at the specified path as a TTF.
- downloadTtfFont(String, String) - Method in class com.zebra.sdk.device.Profile
-
Adds a TrueType® font file to a profile and stores it at the specified path as a TTF.
- downloadTtfFont(String, String) - Method in interface com.zebra.sdk.printer.FontUtil
-
Sends a TrueType® font file to a printer and stores it at the specified path as a TTF.
- driveLetter - Variable in class com.zebra.sdk.printer.StorageInfo
-
The drive's alphabetical identifier.
- driverName - Variable in class com.zebra.sdk.printer.discovery.DiscoveredPrinterDriver
-
Zebra Driver name.
- DriverPrinterConnection - Class in com.zebra.sdk.comm
-
Establishes a USB connection to a printer.
- DriverPrinterConnection(String) - Constructor for class com.zebra.sdk.comm.DriverPrinterConnection
-
Initializes a new instance of the
DriverPrinterConnectionclass. - DriverPrinterConnection(String, int, int) - Constructor for class com.zebra.sdk.comm.DriverPrinterConnection
-
Initializes a new instance of the
DriverPrinterConnectionclass. - driveType - Variable in class com.zebra.sdk.printer.StorageInfo
-
The type of drive.
- DriveType - Enum Class in com.zebra.sdk.printer
-
Drive types.
E
- EMAIL - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'E-Mail'
- equals(Object) - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinter
-
Returns true if two discovered printer objects have the same address, otherwise it returns false.
- equals(Object) - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinterNetwork
- Exceptions: - Search tag in interface com.zebra.sdk.device.FileUtilLinkOs
- Section
F
- FieldDescriptionData - Class in com.zebra.sdk.printer
-
This class is used to describe format variable fields.
- FieldDescriptionData(int, String) - Constructor for class com.zebra.sdk.printer.FieldDescriptionData
-
Create a descriptor for a field
- fieldName - Variable in class com.zebra.sdk.printer.FieldDescriptionData
-
In CPCL, this field is always null.
In ZPL, this field will correspond to the optional name parameter of the ^FN command, or null if the parameter is not present - fieldNumber - Variable in class com.zebra.sdk.printer.FieldDescriptionData
-
In CPCL, this number will be the number of the variable field in the format. - FileDeletionOption - Enum Class in com.zebra.sdk.printer
-
Options for deleting files when loading profiles to a Zebra printer.
- FileUtil - Interface in com.zebra.sdk.device
-
This is an utility class for performing file operations on a device.
- FileUtilLinkOs - Interface in com.zebra.sdk.device
-
The
FileUtilLinkOsinterface provides methods for managing files on Zebra printers running Link-OS. - findPrinters(DiscoveryHandler) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
This method will search the network using a combination of discovery methods to find printers on the network.
- findPrinters(DiscoveryHandler, List<String>) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a discovery request to the list of printer DNS names or IPs in
printersToFind. - findPrinters(DiscoveryHandler, List<String>, int) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a discovery request to the list of printer DNS names or IPs in
printersToFind. - firmwareDownloadComplete() - Method in interface com.zebra.sdk.printer.FirmwareUpdateHandlerBase
-
Called when the firmware download completes.
- FirmwareUpdateHandler - Interface in com.zebra.sdk.printer
-
Handler class is used to update status while performing a firmware download and to notify the caller when the printer has reconnected after restarting.
- FirmwareUpdateHandlerBase - Interface in com.zebra.sdk.printer
-
Handler class is used to update status while performing a firmware download.
- FirmwareUpdaterLinkOs - Interface in com.zebra.sdk.printer
-
This is the interface for updating firmware on a Link-OS printer.
- FLASH - Enum constant in enum class com.zebra.sdk.printer.DriveType
-
Onboard flash drive.
- FontConverterZpl - Class in com.zebra.sdk.printer
-
A class used to convert TrueType® fonts for use on ZPL printers.
- FontUtil - Interface in com.zebra.sdk.printer
-
Defines functions used for downloading fonts to Zebra printers.
- FORCE_CONNECTION_1 - Enum constant in enum class com.zebra.sdk.weblink.WeblinkAddressStrategy
-
Overrides any setting in Weblink location 1.
- FORCE_CONNECTION_2 - Enum constant in enum class com.zebra.sdk.weblink.WeblinkAddressStrategy
-
Overrides any setting in Weblink location 2
- FormatUtil - Interface in com.zebra.sdk.printer
-
Defines functions used for interacting with printer formats.
- FormatUtilLinkOs - Interface in com.zebra.sdk.printer
-
Defines functions used for interacting with Link-OS printer formats.
- foundPrinter(DiscoveredPrinter) - Method in interface com.zebra.sdk.printer.discovery.DiscoveryHandler
-
This method is invoked when a printer has been discovered.
- foundPrinter(DiscoveredPrinter) - Method in class com.zebra.sdk.printer.discovery.DiscoveryHandlerLinkOsOnly
-
This method is invoked when a Link-OS printer has been discovered.
- fromCertificateFile(String) - Static method in class com.zebra.sdk.comm.TlsConfig
-
Loads a CA certificate from a CRT, CER, or PEM file and creates a TLS configuration that validates against it.
G
- GET(String, Connection) - Static method in class com.zebra.sdk.printer.SGD
-
Constructs an SGD GET command and sends it to the printer.
- GET(String, Connection, int, int) - Static method in class com.zebra.sdk.printer.SGD
-
Constructs an SGD GET command and sends it to the printer.
- getAccess() - Method in class com.zebra.sdk.settings.Setting
-
Returns a string that describes the access permissions for the setting.
- getAddress() - Method in interface com.zebra.sdk.comm.IpAddressable
-
Returns the address which was passed into the constructor.
- getAddress() - Method in class com.zebra.sdk.comm.TcpConnection
- getAddress() - Method in class com.zebra.sdk.comm.TlsConnection
- getAlertText() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the text received from the printer.
- getAliases() - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get a list of aliases present in the certificate keystore.
- getAllSettings() - Method in class com.zebra.sdk.device.Profile
- getAllSettings() - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Retrieve all settings and their attributes.
- getAllSettingValues() - Method in class com.zebra.sdk.device.Profile
-
Retrieves all of the profile's setting values.
- getAllSettingValues() - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Retrieves all of the device's setting values.
- getArchivableSettingValues() - Method in class com.zebra.sdk.device.Profile
-
Retrieve the values of all the settings that are archivable.
- getArchive() - Method in class com.zebra.sdk.settings.Setting
-
Return true if this setting can be applied when loading a backup.
- getATR() - Method in interface com.zebra.sdk.device.SmartcardReader
-
Sends a CT_ATR command to the printer's smartcard reader, if present.
- getAvailableSettings() - Method in class com.zebra.sdk.device.Profile
-
Retrieve all of the setting identifiers for a profile.
- getAvailableSettings() - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Retrieve all of the setting identifiers for a device.
- getCaChain() - Method in class com.zebra.sdk.certificate.ZebraCertificateInfo
-
Returns the CA Certificate chain.
- getCaCommonName() - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the common name of the CA associated with the certificate file.
- getCaCommonName(String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the common name of the CA associated with the certificate file.
- getCaContent() - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.
- getCaContent(String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.
- getCaExpirationDate() - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the expiration data of the CA associated with the certificate file.
- getCaExpirationDate(String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the expiration data of the CA associated with the certificate file.
- getCertificateCommonName() - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the common name of the client certificate associated with the certificate file.
- getCertificateCommonName(String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the common name of the client certificate associated with the certificate file.
- getCertificateContent() - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the content of the first entry in the certificate's certificate chain.
- getCertificateContent(String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the content of the first entry in the certificate's certificate chain.
- getCertificateExpirationDate() - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the expiration data of the client certificate associated with the certificate file.
- getCertificateExpirationDate(String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the expiration data of the client certificate associated with the certificate file.
- getCertificateIssuer() - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the issuer of the client certificate.
- getCertificateIssuer(String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the issuer of the client certificate.
- getClonableSettingValues() - Method in class com.zebra.sdk.device.Profile
-
Retrieve the values of all the settings that are clonable.
- getClone() - Method in class com.zebra.sdk.settings.Setting
-
Returns true if this setting can be applied when loading a profile.
- getCondition() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the
AlertConditionof the alert. - getConfiguredAlerts() - Method in class com.zebra.sdk.device.Profile
-
A list of objects detailing the alert configurations in a profile.
- getConfiguredAlerts() - Method in interface com.zebra.sdk.printer.AlertProvider
-
A list of objects detailing the alert configuration of a printer.
- getConnectedPrinters() - Static method in class com.zebra.sdk.remote.discovery.RemoteDiscoverer
-
Returns a list of remotely connected Zebra printers.
- getConnectedPrinters(int) - Static method in class com.zebra.sdk.remote.discovery.RemoteDiscoverer
-
Returns a list of remotely connected Zebra printers.
- getConnection() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinter
-
Creates a connection based on the information in the DiscoveredPrinter response.
- getConnection() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinterDriver
- getConnection() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinterNetwork
- getConnection() - Method in class com.zebra.sdk.printer.discovery.DiscoveredUsbPrinter
- getConnection() - Method in interface com.zebra.sdk.printer.ZebraPrinter
-
Returns the printer's connection.
- getConnectionReestablisher(long) - Method in interface com.zebra.sdk.comm.Connection
-
Returns a
ConnectionReestablisherwhich allows for easy recreation of a connection which may have been closed. - getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.ConnectionA
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.DriverPrinterConnection
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.MultichannelConnection
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.MultichannelTcpConnection
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.MultichannelTlsConnection
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.TcpConnection
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.TlsConnection
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.UsbConnection
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.remote.comm.MultichannelRemoteConnection
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- getCRC32() - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Return the 32-bit CRC value of the file.
- getCurrentState() - Method in class com.zebra.sdk.weblink.WeblinkConfigurator
-
Returns the current
WeblinkConfigurationState - getCurrentStatus() - Method in interface com.zebra.sdk.printer.ZebraPrinter
-
Returns a new instance of
PrinterStatusthat can be used to determine the status of a printer. - getCurrentStatus(Connection, PrinterLanguage) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Returns a new instance of
PrinterStatusthat can be used to determine the status of a printer. - getDestination() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the
AlertDestinationused by the alert. - getDestinationAddress() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the destination where the alert should be sent, for example, an IP Address or an email address, depending on the value of getDestinationAsSGDString.
- getDestinationAsSgdString() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the
Stringrepresentation of the alert destination for Set-Get-Do. - getDestinationAsSGDString() - Method in enum class com.zebra.sdk.settings.AlertDestination
-
Returns the String representation of the alert destination.
- getDiscoveryDataMap() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinter
-
This method will return a
Mapof all settings obtained via the chosen discovery method. - getDiscoveryDataMap(Connection) - Static method in class com.zebra.sdk.printer.discovery.DiscoveryUtil
-
Reads the discovery packet from the provided connection and returns a discovery data map
- getDrivePrefix() - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Return the drive prefix.
- getEncryptedPrivateKeyContent(String, String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the encrypted private key content.
- getEncryptedPrivateKeyContent(String, String, String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the encrypted private key content.
- getExtension() - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Return the file extension.
- getFileName() - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Return the file name.
- getFileSize() - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Return the size of the file.
- getFirmwareFilename() - Method in class com.zebra.sdk.device.Profile
-
Returns the file name of the firmware file within the profile.
- getFullName() - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Return the full file name.
- getGetCommunityName() - Method in class com.zebra.sdk.printer.SnmpPrinter
-
Returns the SNMP get community name
- getGetCommunityName() - Method in interface com.zebra.sdk.printer.ZebraPrinterLinkOs
-
Get the printer's SNMP get community name.
- getHeight() - Method in interface com.zebra.sdk.graphics.ZebraImageI
-
Return the image's height in pixels
- getImage(BufferedImage) - Static method in class com.zebra.sdk.graphics.ZebraImageFactory
-
Creates an instance of
ZebraImageIfrom the image specified inimage - getImage(InputStream) - Static method in class com.zebra.sdk.graphics.ZebraImageFactory
-
Creates an instance of
ZebraImageIfrom the image data specified inimageData - getImage(String) - Static method in class com.zebra.sdk.graphics.ZebraImageFactory
-
Creates an instance of
ZebraImageIfrom the image specified infullPath - getIndex(WeblinkConfigurationState) - Static method in enum class com.zebra.sdk.weblink.WeblinkConfigurationState
-
Returns the index value associated with the provided WeblinkConfigurationState
state. - getInstance(Connection) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Factory method to create the correct
ZebraPrinterconcrete class based on the printer's control language. - getInstance(PrinterLanguage, Connection) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Factory method to create the correct
ZebraPrinterconcrete class based on the provided printer control language. - getInstance(String[], Connection) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Factory method to create the correct
ZebraPrinterconcrete class based on the printer's control language. - getKeyStore() - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the keystore of the processed client certificate.
- getLanguage(String) - Static method in enum class com.zebra.sdk.printer.PrinterLanguage
-
Converts the string name to the appropriate enum value.
- getLinkOsInformation() - Method in interface com.zebra.sdk.printer.ZebraPrinterLinkOs
-
Returns specific Link-OS information.
- getLinkOsPrinter(Connection) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Create Link-OS Zebra printer from a connection that provides access to Link-OS features.
- getLinkOsPrinter(Connection, LinkOsInformation) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Create Link-OS Zebra printer from a connection that provides access to Link-OS features.
- getLinkOsPrinter(Connection, LinkOsInformation, PrinterLanguage) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Create Link-OS Zebra printer from a connection that provides access to Link-OS features.
- getLinkOsPrinter(Connection, PrinterLanguage) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Create Link-OS Zebra printer from a connection that provides access to Link-OS features.
- getMajor() - Method in class com.zebra.sdk.printer.LinkOsInformation
-
Return the Link-OS major version number
- getManufacturer() - Method in class com.zebra.sdk.comm.ConnectionA
-
Returns the printer's manufacturer.
- getManufacturer() - Method in class com.zebra.sdk.comm.UsbConnection
- getMaxDataToWrite() - Method in class com.zebra.sdk.comm.ConnectionA
-
Gets the maximum number of bytes to write at one time
- getMaxTimeoutForRead() - Method in interface com.zebra.sdk.comm.Connection
-
Returns the maximum time, in milliseconds, to wait for any data to be received.
- getMaxTimeoutForRead() - Method in class com.zebra.sdk.comm.ConnectionA
- getMaxTimeoutForRead() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Returns the maximum time, in milliseconds, to wait for any data to be received on the printing channel.
- getMaxTimeoutForRead() - Method in class com.zebra.sdk.comm.UsbConnection
- getMicro() - Method in class com.zebra.sdk.printer.LinkOsInformation
-
Return the Link-OS micro version number
- getMinor() - Method in class com.zebra.sdk.printer.LinkOsInformation
-
Return the Link-OS minor version number
- getObjectFromPrinter(OutputStream, String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Retrieves a file from the printer's file system and writes the contents of that file to destinationStream.
- getObjectFromPrinter(OutputStream, String) - Method in class com.zebra.sdk.device.Profile
- getObjectFromPrinter(OutputStream, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Retrieves a file from the printer's file system and writes the contents of that file to an output stream.
- getObjectFromPrinter(String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Retrieves a file from the printer's file system and returns the contents of that file as a byte array.
- getObjectFromPrinter(String) - Method in class com.zebra.sdk.device.Profile
-
Retrieves a file from the profile and returns the contents of that file as a byte array.
- getObjectFromPrinter(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Retrieves a file from the printer's file system and returns the contents of that file as a byte[].
- getObjectFromPrinterViaFtp(OutputStream, String, String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Retrieves a file from the printer's file system via FTP and writes the contents of that file to destinationStream.
- getObjectFromPrinterViaFtp(OutputStream, String, String) - Method in class com.zebra.sdk.device.Profile
- getObjectFromPrinterViaFtp(OutputStream, String, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Retrieves a file from the printer's file system via FTP and writes the contents of that file to an output stream.
- getObjectFromPrinterViaFtp(String, String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Retrieves a file from the printer's file system via FTP and returns the contents of that file as a byte array.
- getObjectFromPrinterViaFtp(String, String) - Method in class com.zebra.sdk.device.Profile
-
This method is not valid for a profile.
- getObjectFromPrinterViaFtp(String, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Retrieves a file from the printer's file system via FTP and returns the contents of that file as a byte[].
- getOdometerStatus(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
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. - getOidValue(String) - Method in class com.zebra.sdk.printer.SnmpPrinter
-
Gets the value of the specified
oid. - getPort() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the destination port number where the alert should be sent.
- getPortName() - Method in class com.zebra.sdk.printer.TcpPortStatus
-
The name of the protocol associated with that port, for example, HTTP for 80, FTP for 21.
- getPortNumber() - Method in interface com.zebra.sdk.comm.IpAddressable
-
Returns the port number which was passed into the constructor.
- getPortNumber() - Method in class com.zebra.sdk.comm.TcpConnection
- getPortNumber() - Method in class com.zebra.sdk.comm.TlsConnection
- getPortStatus() - Method in interface com.zebra.sdk.printer.ZebraPrinterLinkOs
-
Retrieve the TCP port status of the printer and returns a list of
TcpPortStatusdescribing the open ports on the printer. - getPortStatus(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Retrieves a list of currently open tcp ports on the printer.
See ConnectionBuilder for the format ofconnectionString. - getPrinterControlLanguage() - Method in interface com.zebra.sdk.printer.ZebraPrinter
-
Returns the printer control language (e.g. ZPL or CPCL) of the printer.
- getPrinterDownloadableObjectFromPrinter(String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Retrieves a file from the printer's file system and returns the contents of that file as a byte array including all necessary file wrappers for redownloading to a Zebra printer.
- getPrinterDownloadableObjectFromPrinter(String) - Method in class com.zebra.sdk.device.Profile
-
Retrieves a file from the profile and returns the contents of that file as a byte array including all necessary file wrappers for redownloading to a Zebra printer.
- getPrinterName() - Method in class com.zebra.sdk.comm.DriverPrinterConnection
-
Returns the name of the printer.
- getPrinterPort() - Method in class com.zebra.sdk.printer.TcpPortStatus
-
The port number open on the printer.
- getPrinterStatus(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
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.
- getPrintingChannel() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Returns the underlying printing
Connectionof this MultichannelConnection. - getPrivateKeyAlgorithm(String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the algorithm used by the private key.
- getPrivateKeyAlgorithm(String, String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the algorithm used by the private key.
- getPrivateKeyFormat(String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the format of the private key.
- getPrivateKeyFormat(String, String) - Method in class com.zebra.sdk.certificate.ZebraP12Info
-
Get the format of the private key.
- getQuelling() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the quelling state of the alert.
- getRange() - Method in class com.zebra.sdk.settings.Setting
-
Returns a string that describes the acceptable range of values for this setting.
- getRanges(List<String>, Connection, PrinterLanguage, LinkOsInformation) - Static method in class com.zebra.sdk.settings.SettingsRanges
-
Use the LinkOS 3.2 JSON syntax to get the ranges for a list of SDGs, without the need to use an allconfig.
- getRemoteIpAddress() - Method in class com.zebra.sdk.printer.TcpPortStatus
-
The remote IP connected to the printer's port, will be 0.0.0.0 if not connected.
- getRemotePort() - Method in class com.zebra.sdk.printer.TcpPortStatus
-
The port number of the remote connected to the printer, will be 0 if no connection.
- getRmiServerPort() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
-
Returns the RMI server port.
- getRmiServerPort() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
-
Returns the RMI server port.
- getSerialNumber() - Method in class com.zebra.sdk.comm.UsbConnection
- getSetCommunityName() - Method in class com.zebra.sdk.printer.SnmpPrinter
-
Returns the SNMP set community name
- getSetting(String) - Method in class com.zebra.sdk.device.Profile
-
Retrieves the profile's
Settingfor a setting id. - getSettingRange(String) - Method in class com.zebra.sdk.device.Profile
- getSettingRange(String) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Retrieves the allowable range for a setting.
- GetSettings - Enum constant in enum class com.zebra.sdk.weblink.WeblinkConfigurationState
-
Configuration state indicating the task is retrieving the printer's settings
- getSettingsFromPrinter(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Retrieve all settings and their attributes from the specified printer.
See ConnectionBuilder for the format ofconnectionString. - getSettingsValues(List<String>) - Method in class com.zebra.sdk.device.Profile
-
Retrieves the profile's setting values for a list of setting ids.
- getSettingsValues(List<String>) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Retrieves the device's setting values for a list of setting IDs.
- getSettingType(String) - Method in class com.zebra.sdk.device.Profile
- getSettingType(String) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Returns the data type of the setting.
- getSettingValue(String) - Method in class com.zebra.sdk.device.Profile
-
Retrieves the profile's setting value for a setting id.
- getSettingValue(String) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Retrieves the device's setting value for a setting id.
- getSgdName() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the
Stringrepresentation of the Set-Get-Do Name. - getSimpleConnectionName() - Method in interface com.zebra.sdk.comm.Connection
-
Return a human-readable description of the connection.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.DriverPrinterConnection
-
Return the printer name as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.MultichannelTcpConnection
-
Return the IP address as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.MultichannelTlsConnection
-
Return the IP address as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.TcpConnection
-
Return the IP address as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.TcpStatusConnection
-
Return the IP address and the status port as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.TlsConnection
-
Return the IP address as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.TlsStatusConnection
-
Return the IP address and the status port as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.UsbConnection
- getSimpleConnectionName() - Method in class com.zebra.sdk.remote.comm.MultichannelRemoteConnection
-
Return the remote connection unique id of the printer port as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
-
Return the remote connection unique id as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
-
Return the remote connection unique id of the status port as the description.
- getStatus() - Method in class com.zebra.sdk.printer.TcpPortStatus
-
The status of the printer's port, such as
LISTEN,ESTABLISHED. - getStatus() - Method in class com.zebra.sdk.weblink.WeblinkConfigurator
-
Returns the
ConfigurationStatusof the weblink configuration task. - getStatusChannel() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Returns the underlying status
StatusConnectionof this MultichannelConnection. - getStatusMessage() - Method in class com.zebra.sdk.printer.PrinterStatusMessages
-
Used to acquire a human readable string of the current errors/warnings passed to this instance
- getStorageInfo() - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Retrieves storage information for all of the printer's available drives.
- getStorageInfo() - Method in class com.zebra.sdk.device.Profile
-
This method is not valid for a profile.
- getSupplement() - Method in class com.zebra.sdk.device.Profile
-
Returns the supplement data within the profile.
- getTimeToWaitForMoreData() - Method in interface com.zebra.sdk.comm.Connection
-
Returns the maximum time, in milliseconds, to wait in-between reads after the initial read.
- getTimeToWaitForMoreData() - Method in class com.zebra.sdk.comm.ConnectionA
- getTimeToWaitForMoreData() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Returns the maximum time, in milliseconds, to wait in-between reads after the initial read for the printing channel.
- getTlsConfig() - Method in class com.zebra.sdk.comm.TlsConnection
-
Returns the TLS configuration associated with this connection.
- getTteFontHeader(InputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Returns an
InputStreamwhich provides the TTE header information as determined from the source stream. - getTtfFontHeader(InputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Returns an
InputStreamwhich provides the TTF header information as determined from the source stream. - getType() - Method in class com.zebra.sdk.settings.Setting
-
Returns a string describing the data type of the setting.
- getUniqueId() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
-
Returns the unique ID of the device.
- getUniqueId() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
-
Returns the unique ID of the device.
- getValue() - Method in class com.zebra.sdk.settings.Setting
-
Returns the setting's value.
- getValues(List<String>, Connection, PrinterLanguage, LinkOsInformation) - Method in class com.zebra.sdk.settings.SettingsValues
-
Get the values for a list of settings from a printer.
- getVariableFields(String) - Method in interface com.zebra.sdk.printer.FormatUtil
-
Returns a list of descriptors of the variable fields in this format.
- getWidth() - Method in interface com.zebra.sdk.graphics.ZebraImageI
-
Return the image's width in pixels
- getZebraDriverPrinters() - Static method in class com.zebra.sdk.printer.discovery.UsbDiscoverer
-
Enumerate locally installed Zebra Designer Drivers.
- getZebraUsbPrinters() - Static method in class com.zebra.sdk.printer.discovery.UsbDiscoverer
-
Enumerate all currently connected Zebra USB printers.
- getZebraUsbPrinters(DiscoveredPrinterFilter) - Static method in class com.zebra.sdk.printer.discovery.UsbDiscoverer
-
Enumerate currently connected Zebra USB printers that meet the specified DiscoveredPrinterFilter criteria.
- GraphicsUtil - Interface in com.zebra.sdk.printer
-
This is an utility class for printing images on a device.
H
- hashCode() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinter
-
Returns a hash code for this DiscoveredPrinter.
- hashCode() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinterNetwork
-
Returns a hash code for this DiscoveredPrinter.
- HEAD_COLD - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Head Cold'
- HEAD_ELEMENT_BAD - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Head Element Bad'
- HEAD_OPEN - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Head Open'
- HEAD_OPEN_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate the head is open
- HEAD_TOO_HOT - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Head Too Hot'
- HEAD_TOO_HOT_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate the head is too hot
- HTTP - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'HTTP-POST'
I
- IN_PROCESS - Enum constant in enum class com.zebra.sdk.weblink.ConfigurationStatus
-
Configuration state indicating the task is in process
- INVALID_HEAD - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Invalid Head'
- IpAddressable - Interface in com.zebra.sdk.comm
-
An interface defining methods associated with a device that may be addressed via an IP connection.
- ipv6Multicast(DiscoveryHandler, int) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends an IPv6 multicast discovery packet.
- ipv6Multicast(DiscoveryHandler, int, int) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends an IPv6 multicast discovery packet.
- isCardPrinter - Variable in class com.zebra.sdk.comm.TcpConnection
-
For internal use of the Zebra Printer API only.
- isConnected() - Method in interface com.zebra.sdk.comm.Connection
-
Returns true if the connection is open.
- isConnected() - Method in class com.zebra.sdk.comm.ConnectionA
- isConnected() - Method in class com.zebra.sdk.comm.MultichannelConnection
- isConnected() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- isConnected() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- isHeadCold - Variable in class com.zebra.sdk.printer.PrinterStatus
-
trueif the head is cold. - isHeadOpen - Variable in class com.zebra.sdk.printer.PrinterStatus
-
trueif the head is open. - isHeadTooHot - Variable in class com.zebra.sdk.printer.PrinterStatus
-
trueif the head is too hot. - isOnClear() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return alert will be triggered on 'clear'.
- isOnSet() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return true if the alert is fired when 'set'.
- isPaperOut - Variable in class com.zebra.sdk.printer.PrinterStatus
-
trueif the paper is out. - isPartialFormatInProgress - Variable in class com.zebra.sdk.printer.PrinterStatus
-
trueif there is a partial format in progress. - isPaused - Variable in class com.zebra.sdk.printer.PrinterStatus
-
trueif the printer is paused. - isPersistent - Variable in class com.zebra.sdk.printer.StorageInfo
-
Boolean defining whether or not files persist across printer reboots.
- isPrinterProtectedMode() - Method in interface com.zebra.sdk.printer.ZebraPrinterLinkOs
- isPrintingChannelInLineMode(Connection, PrinterLanguage) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Checking line-print mode
- isReadOnly() - Method in class com.zebra.sdk.settings.Setting
-
Returns true if the setting does not have write access.
- isReadyToPrint - Variable in class com.zebra.sdk.printer.PrinterStatus
-
trueif the printer reports back that it is ready to print - isReceiveBufferFull - Variable in class com.zebra.sdk.printer.PrinterStatus
-
trueif the receive buffer is full. - isResponseComplete(byte[]) - Method in interface com.zebra.sdk.comm.ResponseValidator
-
Provide a method to determine whether a response from the printer is a complete response.
- isRibbonOut - Variable in class com.zebra.sdk.printer.PrinterStatus
-
trueif the ribbon is out. - isSettingReadOnly(String) - Method in class com.zebra.sdk.device.Profile
- isSettingReadOnly(String) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Returns true if the setting is read only.
- isSettingValid(String, String) - Method in class com.zebra.sdk.device.Profile
- isSettingValid(String, String) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Returns true if value is valid for the given setting.
- isSettingWriteOnly(String) - Method in class com.zebra.sdk.device.Profile
- isSettingWriteOnly(String) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Returns true if the setting is write only.
- isValid(String) - Method in class com.zebra.sdk.settings.Setting
-
Returns true if
valueis valid for the given setting. - isValidWeblinkUrl(String) - Method in class com.zebra.sdk.weblink.WeblinkConfigurator
-
Returns true if the supplied weblink
urlis valid for the Zebra weblink server. - isWriteOnly() - Method in class com.zebra.sdk.settings.Setting
-
Returns true if the setting does not have read access.
K
- KIOSK - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Kiosk print mode
L
- LABEL_READY - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Label Ready'
- labelLengthInDots - Variable in class com.zebra.sdk.printer.PrinterStatus
-
The length of the label in dots.
- labelsRemainingInBatch - Variable in class com.zebra.sdk.printer.PrinterStatus
-
The number of labels remaining in the batch.
- LINE_PRINT - Enum constant in enum class com.zebra.sdk.printer.PrinterLanguage
-
Printer control language line_print mode.
- LINERLESS_PEEL - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Linerless peel print mode
- LINERLESS_REWIND - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Linerless rewind print mode
- LinkOsInformation - Class in com.zebra.sdk.printer
-
A container class used to hold Link-OS specific information
- LinkOsInformation(int, int) - Constructor for class com.zebra.sdk.printer.LinkOsInformation
-
Creates a container class to hold Link-OS information.
- LinkOsInformation(int, int, int) - Constructor for class com.zebra.sdk.printer.LinkOsInformation
-
Creates a container class to hold Link-OS information.
- LinkOsInformation(DiscoveredPrinter) - Constructor for class com.zebra.sdk.printer.LinkOsInformation
-
Creates a container class to hold Link-OS information based on the supplied
discoveredPrinter. - LinkOsInformation(String) - Constructor for class com.zebra.sdk.printer.LinkOsInformation
-
Creates a container class to hold Link-OS information.
- listFiles(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Retrieves the names of the files which are stored on the device.
See ConnectionBuilder for the format ofconnectionString. - loadBackup(String) - Method in interface com.zebra.sdk.printer.ProfileUtil
-
Takes settings, alerts, and files from a backup, and applies them to a printer.
- loadBackup(String, boolean) - Method in interface com.zebra.sdk.printer.ProfileUtil
-
Takes settings, alerts, and files from a backup, and applies them to a printer.
- loadBackup(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Takes settings, alerts, and files from a backup, and applies them to a printer.
- loadBackup(String, String, boolean) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Takes settings, alerts, and files from a backup, and applies them to a printer.
- loadProfile(String) - Method in interface com.zebra.sdk.printer.ProfileUtil
-
Takes settings, alerts, and files from a profile, and applies them to a printer.
- loadProfile(String, FileDeletionOption, boolean) - Method in interface com.zebra.sdk.printer.ProfileUtil
-
Takes settings, alerts, and files from a profile, and applies them to a printer.
- loadProfile(String, String, FileDeletionOption) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Takes settings, alerts, and files from a profile, and applies them to a printer.
- loadProfile(String, String, FileDeletionOption, boolean) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Takes settings, alerts, and files from a profile, and applies them to a printer.
- localBroadcast(DiscoveryHandler) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a local broadcast packet.
- localBroadcast(DiscoveryHandler, int) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a local broadcast packet.
- LogStreamException - Exception Class in com.zebra.sdk.comm
-
Signals that an error has occurred while writing to the connections log stream.
- LogStreamException(String) - Constructor for exception class com.zebra.sdk.comm.LogStreamException
-
Constructs a
LogStreamExceptionwithmessageas the detailed error message. - lookupInt(int) - Static method in enum class com.zebra.sdk.weblink.WeblinkAddressStrategy
-
Returns the enum constant of this type with the specified
index.
M
- MagCardReader - Interface in com.zebra.sdk.device
-
Provides access to the magnetic card reader, for devices equipped with one.
- MagCardReaderFactory - Class in com.zebra.sdk.device
-
A class used to determine if a base
ZebraPrinterhas MagCard reader capabilities. - MASS_STORAGE - Enum constant in enum class com.zebra.sdk.printer.DriveType
-
Removable mass storage drive.
- MCR_RESULT_READY - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'MCR Result Ready'
- MEDIA_CARTRIDGE - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Media Cartridge'
- MEDIA_CARTRIDGE_EJECT_FAILURE - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Media Cartridge Eject Failure'
- MEDIA_CARTRIDGE_FORCED_EJECT - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Media Cartridge Forced Eject'
- MEDIA_CARTRIDGE_LOAD_FAILURE - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Media Cartridge Load Failure'
- MEDIA_LOW - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Media Low'
- mode - Variable in class com.zebra.sdk.comm.TlsConfig
-
Specifies the TLS validation mode (Trust All, Validate using JVM trust store, or Validate using certificate file).
- MOTOR_OVERTEMP - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Motor Overtemp'
- multicast(DiscoveryHandler, int) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a multicast discovery packet.
- multicast(DiscoveryHandler, int, int) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a multicast discovery packet.
- MultichannelConnection - Class in com.zebra.sdk.comm
-
Base class for Link-OS printers which support separate printing and status channels.
- MultichannelRemoteConnection - Class in com.zebra.sdk.remote.comm
-
Establishes a Multichannel Remote connection to a device
- MultichannelRemoteConnection(String) - Constructor for class com.zebra.sdk.remote.comm.MultichannelRemoteConnection
-
Initializes a new instance of the
MultichannelRemoteConnectionclass using the default Zebra Web services port (11995).
This constructor will use the default timeouts forConnection.read(). - MultichannelRemoteConnection(String, int) - Constructor for class com.zebra.sdk.remote.comm.MultichannelRemoteConnection
-
Initializes a new instance of the
MultichannelRemoteConnectionclass using the specifiedrmiServerPort.
This constructor will use the default timeouts forConnection.read(). - MultichannelRemoteConnection(String, int, int) - Constructor for class com.zebra.sdk.remote.comm.MultichannelRemoteConnection
-
Initializes a new instance of the
MultichannelRemoteConnectionclass using the default Zebra Web services port (11995).
This constructor will use the specified timeouts forConnection.read()for both channels. - MultichannelRemoteConnection(String, int, int, int) - Constructor for class com.zebra.sdk.remote.comm.MultichannelRemoteConnection
-
Initializes a new instance of the
MultichannelRemoteConnectionclass using the specifiedrmiServerPort.
This constructor will use the specified timeouts forConnection.read()for both channels. - MultichannelRemoteConnection(String, int, int, int, int) - Constructor for class com.zebra.sdk.remote.comm.MultichannelRemoteConnection
-
Initializes a new instance of the
MultichannelRemoteConnectionclass using the default Zebra Web services port (11995).
This constructor will use the specified timeouts forConnection.read()for the channels. - MultichannelRemoteConnection(String, int, int, int, int, int) - Constructor for class com.zebra.sdk.remote.comm.MultichannelRemoteConnection
-
Initializes a new instance of the
MultichannelRemoteConnectionclass using the specifiedrmiServerPort.
This constructor will use the specified timeouts forConnection.read()for the channels. - MultichannelTcpConnection - Class in com.zebra.sdk.comm
-
Establishes a Multichannel TCP connection to a device
- MultichannelTcpConnection(DiscoveredPrinter) - Constructor for class com.zebra.sdk.comm.MultichannelTcpConnection
-
Initializes a new instance of the
MultichannelTcpConnectionclass. - MultichannelTcpConnection(DiscoveredPrinter, int, int) - Constructor for class com.zebra.sdk.comm.MultichannelTcpConnection
-
Initializes a new instance of the
MultichannelTcpConnectionclass. - MultichannelTcpConnection(DiscoveredPrinter, int, int, int, int) - Constructor for class com.zebra.sdk.comm.MultichannelTcpConnection
-
Initializes a new instance of the
MultichannelTcpConnectionclass. - MultichannelTcpConnection(String, int, int) - Constructor for class com.zebra.sdk.comm.MultichannelTcpConnection
-
Initializes a new instance of the
MultichannelTcpConnectionclass. - MultichannelTcpConnection(String, int, int, int, int) - Constructor for class com.zebra.sdk.comm.MultichannelTcpConnection
-
Initializes a new instance of the
MultichannelTcpConnectionclass. - MultichannelTcpConnection(String, int, int, int, int, int, int) - Constructor for class com.zebra.sdk.comm.MultichannelTcpConnection
-
Initializes a new instance of the
MultichannelTcpConnectionclass. - MultichannelTlsConnection - Class in com.zebra.sdk.comm
-
Establishes a Multichannel TLS connection to a device
- MultichannelTlsConnection(String, int, int, TlsConfig) - Constructor for class com.zebra.sdk.comm.MultichannelTlsConnection
-
Initializes a new instance of the
MultichannelTlsConnectionclass. - MultichannelTlsConnection(String, int, int, TlsConfig, int, int) - Constructor for class com.zebra.sdk.comm.MultichannelTlsConnection
-
Initializes a new instance of the
MultichannelTlsConnectionclass. - MultichannelTlsConnection(String, int, int, TlsConfig, int, int, int, int) - Constructor for class com.zebra.sdk.comm.MultichannelTlsConnection
-
Initializes a new instance of the
MultichannelTlsConnectionclass.
N
- NetworkDiscoverer - Class in com.zebra.sdk.printer.discovery
-
A class used to discover printers on an IP Network.
- NO_READER_PRESENT - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'No Reader Present'
- NONE - Enum constant in enum class com.zebra.sdk.printer.FileDeletionOption
-
Will not attempt to delete any files.
- NONE - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'None'
- NOT_STARTED - Enum constant in enum class com.zebra.sdk.weblink.ConfigurationStatus
-
Configuration state indicating the task has not been started
- NotALinkOsPrinterException - Exception Class in com.zebra.sdk.printer
-
Signals that a Link-OS operation has been attempted on a non-Link-OS printer.
- NotALinkOsPrinterException() - Constructor for exception class com.zebra.sdk.printer.NotALinkOsPrinterException
-
Constructs a
NotALinkOsPrinterExceptionwith"This is not a Link-OS printer"as the detailed error message. - NULL_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate
printerStatusis null - numberOfFormatsInReceiveBuffer - Variable in class com.zebra.sdk.printer.PrinterStatus
-
The number of formats currently in the receive buffer of the printer.
O
- open() - Method in interface com.zebra.sdk.comm.Connection
-
Opens the connection to a device.
- open() - Method in class com.zebra.sdk.comm.ConnectionA
- open() - Method in class com.zebra.sdk.comm.DriverPrinterConnection
- open() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Opens both the printing and status channel of this Multichannel connection.
- open() - Method in class com.zebra.sdk.comm.UsbConnection
- open() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- open() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- openPrintingChannel() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Opens the printing channel of this Multichannel connection.
- openStatusChannel() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Opens the status channel of this Multichannel connection.
P
- PAPER_OUT - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Paper Out'
- PAPER_OUT_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate the paper is out
- PARALLEL - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'Parallel'
- parseCertificate(InputStream, String, String) - Static method in class com.zebra.sdk.certificate.CertificateParser
-
Takes in a certificate file (P12, DER, PEM, etc) and processes it into a ZebraCertificateInfo object which contains the selected certificate, Certificate Authority certificate chain, and private key (if applicable).
- parseDiscoveryPacket(String) - Static method in class com.zebra.sdk.printer.discovery.DiscoveryUtil
-
Decodes the provided MIME encoded discovery packet and returns a discovery data map
- parseJsonForRanges(String) - Static method in class com.zebra.sdk.settings.SettingsRanges
-
Parse the JSON response from the JSON get range command.
- PARTIAL_CUTTER - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Partial cutter print mode
- PAUSE_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate printer is paused
- PEEL_OFF - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Peel-off print mode
- PMCU_DOWNLOAD - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'PMCU Download'
- portNames - Variable in class com.zebra.sdk.printer.discovery.DiscoveredPrinterDriver
-
Local ports registered with the printer.
- POWER_ON - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Power On'
- POWER_SUPPLY_OVER_TEMP - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Power Supply Too Hot'
- PQ_JOB_COMPLETED - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'PQ Job Completed'
- print(InputStream, String, String, OutputStream) - Static method in class com.zebra.sdk.printer.CsvPrinter
-
Print template formats using comma separated values as input data.
- print(InputStream, String, String, OutputStream) - Static method in class com.zebra.sdk.printer.XmlPrinter
-
Print template formats using XML as input data.
- print(InputStream, String, String, OutputStream, boolean) - Static method in class com.zebra.sdk.printer.CsvPrinter
-
Print template formats using comma separated values as input data.
- print(InputStream, String, String, OutputStream, boolean) - Static method in class com.zebra.sdk.printer.XmlPrinter
-
Print template formats using XML as input data with optional running commentary to standard out.
- print(String, InputStream, String, String, OutputStream) - Static method in class com.zebra.sdk.printer.CsvPrinter
-
Print template formats using comma separated values as input data.
- print(String, InputStream, String, String, OutputStream) - Static method in class com.zebra.sdk.printer.XmlPrinter
-
Print template formats using XML as input data to
destinationDevice. - print(String, InputStream, String, String, OutputStream, boolean) - Static method in class com.zebra.sdk.printer.CsvPrinter
-
Print template formats using comma separated values as input data.
- print(String, InputStream, String, String, OutputStream, boolean) - Static method in class com.zebra.sdk.printer.XmlPrinter
-
Print template formats using XML as input data to a device with connection string
destinationDevice. - printConfigLabel(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Prints the configuration label on a printer using the specified connection string.
- printConfigurationLabel() - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Sends the appropriate print configuration command to the printer.
- printDirectoryLabel() - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Send the print directory label command to the printer.
- printDirectoryLabel(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Causes the specified printer to print a directory listing of all the files saved on the printer.
See ConnectionBuilder for the format ofconnectionString. - PRINTER_PAUSED - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Printer Paused'
- PrinterAlert - Class in com.zebra.sdk.printer
-
Defines a printer alert.
- PrinterAlert(AlertCondition, AlertDestination, boolean, boolean, String, int, boolean) - Constructor for class com.zebra.sdk.printer.PrinterAlert
-
Creates an instance of a PrinterAlert object.
- PrinterAlert(AlertCondition, AlertDestination, boolean, boolean, String, int, boolean, String) - Constructor for class com.zebra.sdk.printer.PrinterAlert
-
Creates an instance of a PrinterAlert object, including the printer alert text.
- PrinterAlert(AlertCondition, AlertDestination, String, boolean, boolean, String, int, boolean) - Constructor for class com.zebra.sdk.printer.PrinterAlert
-
Creates an instance of a PrinterAlert object, including a Set-Get-Do name.
- PrinterAlert(AlertCondition, AlertDestination, String, boolean, boolean, String, int, boolean, String) - Constructor for class com.zebra.sdk.printer.PrinterAlert
-
Creates an instance of a PrinterAlert object, including a Set-Get-Do name and the printer alert text.
- PrinterLanguage - Enum Class in com.zebra.sdk.printer
-
Enumeration of the various printer control languages supported by Zebra Printers.
- printerName - Variable in class com.zebra.sdk.printer.discovery.DiscoveredPrinterDriver
-
Local printer name associated with the driver.
- PrinterObjectProperties - Class in com.zebra.sdk.printer
-
Container for properties of a printer object.
- PrinterObjectProperties() - Constructor for class com.zebra.sdk.printer.PrinterObjectProperties
- printerOnline(ZebraPrinterLinkOs, String) - Method in interface com.zebra.sdk.printer.PrinterReconnectionHandler
-
Called when the printer is back online and has been rediscovered.
- PrinterReconnectionHandler - Interface in com.zebra.sdk.printer
-
Interface definition for a callback to be invoked when a printer comes back online and has been rediscovered.
- PrinterStatus - Class in com.zebra.sdk.printer
-
A class used to obtain the status of a Zebra printer.
- PrinterStatus(Connection) - Constructor for class com.zebra.sdk.printer.PrinterStatus
-
Constructs a PrinterStatus instance that can be used to determine the status of a printer.
- PrinterStatusMessages - Class in com.zebra.sdk.printer
-
This class is used to acquire a human readable string of the current errors/warnings stored in a
PrinterStatusinstance. - PrinterStatusMessages(PrinterStatus) - Constructor for class com.zebra.sdk.printer.PrinterStatusMessages
-
Used to acquire a human readable string of the current errors/warnings stored in
printerStatus - PrinterUtil - Class in com.zebra.sdk.printer
-
Numerous utilities to simplify printer operations
- PRINTHEAD_SHUTDOWN - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Printhead Shutdown'
- printImage(ZebraImageI, int, int, int, int, boolean) - Method in class com.zebra.sdk.device.Profile
- printImage(ZebraImageI, int, int, int, int, boolean) - Method in interface com.zebra.sdk.printer.GraphicsUtil
-
Prints an image to the connected device as a monochrome image.
- printImage(String, int, int) - Method in class com.zebra.sdk.device.Profile
- printImage(String, int, int) - Method in interface com.zebra.sdk.printer.GraphicsUtil
-
Prints an image from the connecting device file system to the connected device as a monochrome image.
- printImage(String, int, int, int, int, boolean) - Method in class com.zebra.sdk.device.Profile
- printImage(String, int, int, int, int, boolean) - Method in interface com.zebra.sdk.printer.GraphicsUtil
-
Prints an image from the connecting device file system to the connected device as a monochrome image.
- printMode - Variable in class com.zebra.sdk.printer.PrinterStatus
-
The print mode.
- printNetworkConfigLabel(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Causes the specified printer to print a network configuration label.
See ConnectionBuilder for the format ofconnectionString. - printNetworkConfigurationLabel() - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Send the print network configuration command to the printer.
- printStoredFormat(String, String[]) - Method in interface com.zebra.sdk.printer.FormatUtil
-
Prints a stored format on the printer, filling in the fields specified by the array.
- printStoredFormat(String, String[], String) - Method in interface com.zebra.sdk.printer.FormatUtil
-
Prints a stored format on the printer, filling in the fields specified by the array.
- printStoredFormat(String, Map<Integer, String>) - Method in interface com.zebra.sdk.printer.FormatUtil
-
Prints a stored format on the printer, filling in the fields specified by the Map.
- printStoredFormat(String, Map<Integer, String>, String) - Method in interface com.zebra.sdk.printer.FormatUtil
-
Prints a stored format on the printer, filling in the fields specified by the Map.
- printStoredFormatWithVarGraphics(String, Map<Integer, ZebraImageI>, Map<Integer, String>) - Method in interface com.zebra.sdk.printer.FormatUtilLinkOs
-
Prints a stored format on the printer, filling in the fields specified by the maps.
- printStoredFormatWithVarGraphics(String, Map<Integer, ZebraImageI>, Map<Integer, String>, String) - Method in interface com.zebra.sdk.printer.FormatUtilLinkOs
-
Prints a stored format on the printer, filling in the fields specified by the maps.
- printStoredFormatWithVarGraphics(String, Map<Integer, String>) - Method in interface com.zebra.sdk.printer.FormatUtilLinkOs
-
Prints a stored format on the printer, filling in the fields specified by the
Map. - printStoredFormatWithVarGraphics(String, Map<Integer, String>, String) - Method in interface com.zebra.sdk.printer.FormatUtilLinkOs
-
Prints a stored format on the printer, filling in the fields specified by the
Map. - privateKey - Variable in class com.zebra.sdk.certificate.ZebraCertificateInfo
-
Contains the private key, if set.
- process(String, Map<String, String>) - Static method in class com.zebra.sdk.printer.SettingsSetter
-
Sends the
settingsToSetto thedestinationDeviceand then returns the updated setting values. - processSettingsViaMap(Map<String, String>) - Method in class com.zebra.sdk.device.Profile
-
Change or retrieve settings in the profile.
- processSettingsViaMap(Map<String, String>) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Change or retrieve printer settings.
- Profile - Class in com.zebra.sdk.device
-
Interface to access the contents of a .zprofile file.
- Profile(String) - Constructor for class com.zebra.sdk.device.Profile
-
Create a
Profileobject backed by an existing .zprofile file. - ProfileToMirrorServer - Class in com.zebra.sdk.device
-
Class which allows you to store a zprofile to a mirror server.
- ProfileToMirrorServer(String) - Constructor for class com.zebra.sdk.device.ProfileToMirrorServer
-
Creates an instance of a class which can be used to store a profile onto a mirror server.
- ProfileUtil - Interface in com.zebra.sdk.printer
-
Defines functions used for creating and applying profiles to a Zebra printer.
- ProgressMonitor - Interface in com.zebra.sdk.device
-
Handler to monitor long-running file operations.
- progressUpdate(int, int) - Method in interface com.zebra.sdk.printer.FirmwareUpdateHandlerBase
-
Callback to notify the user of the firmware updating progress.
- progressUpdate(String) - Method in class com.zebra.sdk.weblink.WeblinkConfigurationStateUpdater
-
Provides a custom message for the current weblink configuration state
Q
- quickStatus(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Retrieves the quick status of the printer.
See ConnectionBuilder for the format ofconnectionString.
R
- RAM - Enum constant in enum class com.zebra.sdk.printer.DriveType
-
RAM Drive.
- read() - Method in interface com.zebra.sdk.comm.Connection
-
Reads all the available data from the connection.
- read() - Method in class com.zebra.sdk.comm.ConnectionA
- read() - Method in class com.zebra.sdk.comm.DriverPrinterConnection
- read() - Method in class com.zebra.sdk.comm.MultichannelConnection
- read() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- read() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- read(int) - Method in class com.zebra.sdk.comm.ConnectionA
-
Reads
maxBytesToReadof the available data from the connection. - read(int) - Method in class com.zebra.sdk.comm.UsbConnection
-
Reads up to maxBytesToRead into byte array
Performing reads using DriverPrinterConnection and UsbConnection concurrently could cause indeterminate reads - read(int) - Method in interface com.zebra.sdk.device.MagCardReader
-
Activates the device's magnetic card reader, if present, and waits for a card to be swiped.
- read(int) - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- read(int) - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- read(int, boolean) - Method in class com.zebra.sdk.comm.ConnectionA
-
Reads
maxBytesToReadof the available data from the connection. - read(OutputStream) - Method in interface com.zebra.sdk.comm.Connection
-
Reads all the available data from the connection.
- read(OutputStream) - Method in class com.zebra.sdk.comm.ConnectionA
- read(OutputStream) - Method in class com.zebra.sdk.comm.MultichannelConnection
- READ_ONLY - Enum constant in enum class com.zebra.sdk.printer.DriveType
-
Read only drive.
- readChar() - Method in interface com.zebra.sdk.comm.Connection
-
Reads the next byte of data from the connection, similar to a Java InputStream.
- readChar() - Method in class com.zebra.sdk.comm.ConnectionA
- readChar() - Method in class com.zebra.sdk.comm.DriverPrinterConnection
- readChar() - Method in class com.zebra.sdk.comm.MultichannelConnection
- readChar() - Method in class com.zebra.sdk.comm.UsbConnection
- readChar() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- readChar() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- RECEIVE_BUFFER_FULL_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate the receive buffer is full
- receivedAlert(PrinterAlert) - Method in interface com.zebra.sdk.remote.comm.AlertMonitorI
-
Called when a printer alert is received.
- receivedAlert(PrinterAlert, String) - Method in interface com.zebra.sdk.remote.comm.AlertMonitorI
-
Called when a printer alert is received.
- ReconnectToPrinter - Enum constant in enum class com.zebra.sdk.weblink.WeblinkConfigurationState
-
Configuration state indicating the task is waiting for the printer to restart and then reconnect
- reestablishConnection(PrinterReconnectionHandler) - Method in interface com.zebra.sdk.comm.ConnectionReestablisher
-
Reestablishes a connection to a printer which may have been closed due to an event, like a reboot.
- registerForAlerts(HashSet<AlertCondition>, AlertMonitorI) - Method in class com.zebra.sdk.remote.comm.RemoteConnection
-
Register for alerts on the RemoteConnection which are being received by the Zebra Servlet Instance.
- registerForConnections(ConnectionHandlerI, int) - Static method in class com.zebra.sdk.remote.discovery.RemoteDiscoverer
-
Register for connection events from the Zebra Weblink servlet.
- RemoteConnection - Class in com.zebra.sdk.remote.comm
-
This class provides access to remotely connected devices.
- RemoteConnection(String) - Constructor for class com.zebra.sdk.remote.comm.RemoteConnection
-
Initializes a new instance of the
RemoteConnectionclass using the default Zebra Web services port (11995).
This constructor will use the default timeouts forConnection.read(). - RemoteConnection(String, int) - Constructor for class com.zebra.sdk.remote.comm.RemoteConnection
-
Initializes a new instance of the
RemoteConnectionclass using the specifiedrmiServerPort. - RemoteConnection(String, int, int, int) - Constructor for class com.zebra.sdk.remote.comm.RemoteConnection
-
Initializes a new instance of the
RemoteConnectionclass using the specifiedrmiServerPort. - RemoteDiscoverer - Class in com.zebra.sdk.remote.discovery
-
A class used to discover remote Link-OS printers connected via web sockets to a Zebra serlvet.
- RemoteStatusConnection - Class in com.zebra.sdk.remote.comm
-
Establishes a status only Remote connection to a device.
- RemoteStatusConnection(String) - Constructor for class com.zebra.sdk.remote.comm.RemoteStatusConnection
-
Initializes a new instance of the
RemoteStatusConnectionclass using the default Zebra Web services port (11995).
This constructor will use the default timeouts forConnection.read(). - RemoteStatusConnection(String, int) - Constructor for class com.zebra.sdk.remote.comm.RemoteStatusConnection
-
Initializes a new instance of the
RemoteStatusConnectionclass using the specifiedrmiServerPort. - RemoteStatusConnection(String, int, int, int) - Constructor for class com.zebra.sdk.remote.comm.RemoteStatusConnection
-
Initializes a new instance of the
RemoteStatusConnectionclass using the specifiedrmiServerPort. - removeAlert(PrinterAlert) - Method in class com.zebra.sdk.device.Profile
-
Removes a configured alert from a profile.
- removeAlert(PrinterAlert) - Method in interface com.zebra.sdk.printer.AlertProvider
-
Removes a configured alert from a printer.
- removeAlertHandler() - Method in class com.zebra.sdk.remote.comm.AlertMonitorBase
- removeAlertHandler() - Method in interface com.zebra.sdk.remote.comm.AlertMonitorI
-
Removes the alert handler from the runtime.
- removeAllAlerts() - Method in class com.zebra.sdk.device.Profile
-
Removes all alerts currently in a profile.
- removeAllAlerts() - Method in interface com.zebra.sdk.printer.AlertProvider
-
Removes all alerts currently configured on a printer.
- removeConnectionHandler() - Method in class com.zebra.sdk.remote.discovery.ConnectionHandlerBase
- removeConnectionHandler() - Method in interface com.zebra.sdk.remote.discovery.ConnectionHandlerI
-
Removes the Connection handler from the runtime.
- removeFirmware() - Method in class com.zebra.sdk.device.Profile
-
Removes the firmware file from the profile.
- REPLACE_HEAD - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Replace Head'
- reset() - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Sends the appropriate reset command to the printer.
- resetNetwork() - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Sends the network reset command to the printer.
- resetNetwork(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Resets the network of the specified printer.
- resetNetwork(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
For printers in Protected Mode: Resets the network configuration of a Zebra printer connected via the specified connection string.
- resetNetworkProtected(String) - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Sends the network reset command to the printer on protected mode.
- resetPrinter(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
- resetPrinter(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
For printers in Protected Mode: Resets the specified printer.
- resetProtected(String) - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Sends the appropriate reset command to the printer on protected mode.
- ResponseValidator - Interface in com.zebra.sdk.comm
-
An interface defining a method to validate whether a response from the printer is complete.
- RESTARTING - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Restarting'
- RestartPrinter - Enum constant in enum class com.zebra.sdk.weblink.WeblinkConfigurationState
-
Configuration state indicating the task is restarting the printer
- restoreAsmDefaults(String, String) - Method in interface com.zebra.sdk.printer.ASMUtilLinkOs
-
Sends the appropriate restore command for specified sgd branch to the printer in protected mode.
- restoreAsmDefaults(String, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
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.
- restoreDefaults() - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Sends the appropriate restore defaults command to the printer.
- restoreNetworkDefaults() - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Send the restore network defaults command to the printer.
- restoreNetworkDefaults(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Restores the network settings of a Zebra Link-OS printer to their default values.
- restorePrinterDefaults(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Restores a Zebra printer to its default settings.
- retrieveFileNames() - Method in interface com.zebra.sdk.device.FileUtil
-
Retrieves the names of the files which are stored on the device.
- retrieveFileNames() - Method in class com.zebra.sdk.device.Profile
-
Retrieves the names of the files which are in the profile.
- retrieveFileNames(String[]) - Method in interface com.zebra.sdk.device.FileUtil
-
Retrieves the names of the files which are stored on the device.
- retrieveFileNames(String[]) - Method in class com.zebra.sdk.device.Profile
-
Retrieves the names of the files which are stored on the device.
- retrieveFormatFromPrinter(OutputStream, String) - Method in interface com.zebra.sdk.printer.FormatUtil
-
Retrieves a format from the printer.
- retrieveFormatFromPrinter(String) - Method in interface com.zebra.sdk.printer.FormatUtil
-
Retrieves a format from the printer.
- retrieveObjectsProperties() - Method in interface com.zebra.sdk.device.FileUtil
-
Retrieves the properties of the objects which are stored on the device.
- retrieveObjectsProperties() - Method in class com.zebra.sdk.device.Profile
- REWIND - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Rewind print mode
- REWIND_FULL - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Rewind'
- RFID - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
RFID print mode
- RFID_ERROR - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'RFID Error'
- RIBBON_IN_WARNING - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Ribbon In'
- RIBBON_LOW - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Ribbon Low'
- RIBBON_OUT - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Ribbon Out'
- RIBBON_OUT_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate the ribbon is out
S
- saveAsTtePrinterFont(InputStream, OutputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Converts a native TrueType® font to a ZPL TTE format.
- saveAsTtePrinterFont(String, OutputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Converts a native TrueType® font to a ZPL TTE format.
- saveAsTtfPrinterFont(InputStream, OutputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Converts a native TrueType® font to a ZPL TTF format.
- saveAsTtfPrinterFont(String, OutputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Converts a native TrueType® font to a ZPL TTF format.
- SDK - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'SDK'
- sendAndWaitForResponse(byte[], int, int, String) - Method in interface com.zebra.sdk.comm.Connection
-
Sends
dataToSendand returns the response data. - sendAndWaitForResponse(byte[], int, int, String) - Method in class com.zebra.sdk.comm.ConnectionA
- sendAndWaitForResponse(byte[], int, int, String) - Method in class com.zebra.sdk.comm.MultichannelConnection
- sendAndWaitForResponse(byte[], int, int, String) - Method in class com.zebra.sdk.comm.TlsConnection
- sendAndWaitForResponse(OutputStream, InputStream, int, int, String) - Method in interface com.zebra.sdk.comm.Connection
-
Sends data from
sourceStreamand writes the response data to destinationStream. - sendAndWaitForResponse(OutputStream, InputStream, int, int, String) - Method in class com.zebra.sdk.comm.ConnectionA
- sendAndWaitForResponse(OutputStream, InputStream, int, int, String) - Method in class com.zebra.sdk.comm.MultichannelConnection
- sendAndWaitForResponse(OutputStream, InputStream, int, int, String) - Method in class com.zebra.sdk.comm.TlsConnection
- sendAndWaitForValidResponse(byte[], int, int, ResponseValidator) - Method in interface com.zebra.sdk.comm.Connection
-
Sends
dataToSendand returns the response data. - sendAndWaitForValidResponse(byte[], int, int, ResponseValidator) - Method in class com.zebra.sdk.comm.ConnectionA
- sendAndWaitForValidResponse(byte[], int, int, ResponseValidator) - Method in class com.zebra.sdk.comm.MultichannelConnection
- sendAndWaitForValidResponse(byte[], int, int, ResponseValidator) - Method in class com.zebra.sdk.comm.TlsConnection
- sendAndWaitForValidResponse(OutputStream, InputStream, int, int, ResponseValidator) - Method in interface com.zebra.sdk.comm.Connection
-
Sends data from
sourceStreamand writes the response data to destinationStream. - sendAndWaitForValidResponse(OutputStream, InputStream, int, int, ResponseValidator) - Method in class com.zebra.sdk.comm.ConnectionA
- sendAndWaitForValidResponse(OutputStream, InputStream, int, int, ResponseValidator) - Method in class com.zebra.sdk.comm.MultichannelConnection
- sendAndWaitForValidResponse(OutputStream, InputStream, int, int, ResponseValidator) - Method in class com.zebra.sdk.comm.TlsConnection
- sendCommand(String) - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Converts the specified command to bytes using the Java default charset and sends the bytes to the printer.
- sendCommand(String, String) - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Converts the specified command to bytes using the specified charset "encoding" and sends the bytes to the printer.
- sendContents(String, byte[]) - Method in class com.zebra.sdk.device.Profile
-
Adds a file to the profile named
fileNameOnPrinterwith the file contents fromfileContents. - sendContents(String, InputStream) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Send contents of
datadirectly to the device specified viaconnectionStringusing UTF-8 encoding.
See ConnectionBuilder for the format ofconnectionString. - sendContents(String, InputStream, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Send contents of
datadirectly to the device specified viaconnectionStringusingencoding.
See ConnectionBuilder for the format ofconnectionString. - sendContents(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Send contents of
datadirectly to the device specified viaconnectionStringusing UTF-8 encoding. - sendContents(String, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Send contents of
datadirectly to the device specified viaconnectionStringusingencoding.
See ConnectionBuilder for the format ofconnectionString. - sendFileContents(String) - Method in interface com.zebra.sdk.device.FileUtil
-
Sends the contents of a file to the device.
- sendFileContents(String) - Method in class com.zebra.sdk.device.Profile
-
This method is not valid for a profile.
- sendFileContents(String, ProgressMonitor) - Method in interface com.zebra.sdk.device.FileUtil
-
Sends the contents of a file to the device.
- sendFileContents(String, ProgressMonitor) - Method in class com.zebra.sdk.device.Profile
-
This method is not valid for a profile.
- sendJSON(String, InputStream, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Send contents of
datadirectly to the device specified viaconnectionStringusingencoding.
See ConnectionBuilder for the format ofconnectionString. - sendToMirrorServer(String, String, String) - Method in class com.zebra.sdk.device.ProfileToMirrorServer
-
Stores the profile to the mirror server.
- SERIAL - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'Serial'
- serialNumber - Variable in class com.zebra.sdk.comm.TcpConnection
-
For internal use of the Zebra Printer API only.
- SET(String, int, Connection) - Static method in class com.zebra.sdk.printer.SGD
-
Constructs an SGD SET command and sends it to the printer.
- SET(String, String, Connection) - Static method in class com.zebra.sdk.printer.SGD
-
Constructs an SGD SET command and sends it to the printer.
- setAccess(String) - Method in class com.zebra.sdk.settings.Setting
-
Set the access permissions for this setting.
- setAllSettings(Map<String, Setting>) - Method in class com.zebra.sdk.device.Profile
-
Change settings in the profile.
- setArchive(boolean) - Method in class com.zebra.sdk.settings.Setting
-
Set to true if this setting should be applied when loading a backup.
- setClock(String) - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Set the RTC time and date on the printer.
- setClock(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
- setClone(boolean) - Method in class com.zebra.sdk.settings.Setting
-
Set to true if this setting should be applied when loading a profile.
- setConnection(Connection) - Method in interface com.zebra.sdk.printer.ZebraPrinter
-
Changes the printer's connection.
- setCRC32(long) - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Set the 32-bit CRC value of the file.
- setDrivePrefix(String) - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Set the drive prefix.
- setExtension(String) - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Set the file extension.
- setFileName(String) - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Set the file name.
- setFileSize(long) - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Set the size of the file.
- setGetCommunityName(String) - Method in interface com.zebra.sdk.printer.ZebraPrinterLinkOs
-
Set the printer's SNMP get community name.
- setMaxDataToWrite(int) - Method in class com.zebra.sdk.comm.ConnectionA
-
Sets the maximum number of bytes to write at one time
- setMaxTimeoutForRead(int) - Method in interface com.zebra.sdk.comm.Connection
-
Set the maximum time, in milliseconds, to wait for any data to be received
- setMaxTimeoutForRead(int) - Method in class com.zebra.sdk.comm.ConnectionA
- setMaxTimeoutForRead(int) - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Set the maximum time, in milliseconds, to wait for any data to be received.
- setMaxTimeoutForRead(int) - Method in class com.zebra.sdk.comm.UsbConnection
- setOidValue(String, int) - Method in class com.zebra.sdk.printer.SnmpPrinter
-
Sets the value of the specified
oidtovalueToSet. - setOidValue(String, String) - Method in class com.zebra.sdk.printer.SnmpPrinter
-
Sets the value of the specified
oidtovalueToSet. - setRange(String) - Method in class com.zebra.sdk.settings.Setting
-
Takes a string that describes the acceptable range of values for this setting.
- setReadTimeout(int) - Method in class com.zebra.sdk.comm.ConnectionA
-
Sets the underlying socket read timeout value
- setSetting(String, Setting) - Method in class com.zebra.sdk.device.Profile
-
Change the setting in the profile.
- setSetting(String, String) - Method in class com.zebra.sdk.device.Profile
-
Change the value of the setting in the profile to the given value.
- setSetting(String, String) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Sets the setting to the given value.
- setSettings(Map<String, String>) - Method in class com.zebra.sdk.device.Profile
-
Set more than one setting.
- setSettings(Map<String, String>) - Method in interface com.zebra.sdk.settings.SettingsProvider
-
Set more than one setting.
- setTimeToWaitForMoreData(int) - Method in interface com.zebra.sdk.comm.Connection
-
Set the maximum time, in milliseconds, to wait in-between reads after the initial read.
- setTimeToWaitForMoreData(int) - Method in class com.zebra.sdk.comm.ConnectionA
- setTimeToWaitForMoreData(int) - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Set the maximum time, in milliseconds, to wait in-between reads after the initial read.
- Setting - Class in com.zebra.sdk.settings
-
A class that represents an internal device setting.
- Setting() - Constructor for class com.zebra.sdk.settings.Setting
-
Instantiates the Setting class
- SettingsException - Exception Class in com.zebra.sdk.settings
-
Signals that an error occurred retrieving a setting
- SettingsException() - Constructor for exception class com.zebra.sdk.settings.SettingsException
-
Constructs a
SettingsExceptionwithSetting not foundas the detailed error message. - SettingsException(String) - Constructor for exception class com.zebra.sdk.settings.SettingsException
-
Constructs a
SettingsExceptionwithmessageas the detailed error message. - SettingsException(String, Throwable) - Constructor for exception class com.zebra.sdk.settings.SettingsException
-
Constructs a
SettingsExceptionwith themessageas the detailed error message andcauseas the source of the exception. - SettingsException(Throwable) - Constructor for exception class com.zebra.sdk.settings.SettingsException
-
Constructs a
SettingsExceptionwithcauseas the source of the exception. - SettingsProvider - Interface in com.zebra.sdk.settings
-
Interface implemented by devices that provide settings.
- SettingsRanges - Class in com.zebra.sdk.settings
-
Methods to use the LinkOS 3.2 JSON syntax to get the ranges for a list of SDGs, without the need to use an allconfig.
- SettingsSetter - Class in com.zebra.sdk.printer
-
A utility class used to wrap with a map and send settings commands to a connection.
- SettingsValues - Class in com.zebra.sdk.settings
- SettingsValues() - Constructor for class com.zebra.sdk.settings.SettingsValues
- setType(String) - Method in class com.zebra.sdk.settings.Setting
-
Set the setting's data type.
- setValue(String) - Method in class com.zebra.sdk.settings.Setting
-
Set the setting's value.
- setValues(Map<String, String>, Connection, PrinterLanguage, LinkOsInformation) - Method in class com.zebra.sdk.settings.SettingsValues
-
Set each of the settings in settingValues on a printer.
- SGD - Class in com.zebra.sdk.printer
-
A utility class used to wrap and send SGD commands to a connection
- SGD_SET - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'SGD Set'
- shouldAddPrinter(DiscoveredPrinter) - Method in interface com.zebra.sdk.printer.discovery.DiscoveredPrinterFilter
-
Method called by a discovery operation to determine whether or not the
DiscoveredPrintershould be added to the list of discovered devices. - shouldAddPrinter(DiscoveredPrinter) - Method in class com.zebra.sdk.printer.discovery.ZebraPrinterFilter
-
Determines if the
discoveredPrinter is a supported Zebra Printer. - SHUTTING_DOWN - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Shutting Down'
- SmartcardReader - Interface in com.zebra.sdk.device
-
Provides access to the smartcard reader, for printers equipped with one.
- SmartcardReaderFactory - Class in com.zebra.sdk.device
-
A class used to determine if a base ZebraPrinter has Smartcard reader capabilities.
- SNMP - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'SNMP'
- SnmpException - Exception Class in com.zebra.sdk.printer
-
Signals that an error has occurred when attempting to communicate with SNMP.
- SnmpException(String) - Constructor for exception class com.zebra.sdk.printer.SnmpException
-
Constructs an
SnmpExceptionwithmessageas the detailed error message - SnmpPrinter - Class in com.zebra.sdk.printer
-
An instance of an SNMP only Zebra printer.
- SnmpPrinter(String) - Constructor for class com.zebra.sdk.printer.SnmpPrinter
-
Creates an instance of a Zebra printer which is limited to only SNMP operations.
- SnmpPrinter(String, String, String) - Constructor for class com.zebra.sdk.printer.SnmpPrinter
-
Creates an instance of a Zebra printer, with the given community names, which is limited to only SNMP operations.
- StatusConnection - Interface in com.zebra.sdk.comm
-
A status connection to a Link-OS printer.
- StatusConnectionWithWriteLogging - Interface in com.zebra.sdk.comm
-
A status connection to a Link-OS printer.
- StorageInfo - Class in com.zebra.sdk.printer
-
A container class which holds information about various printer drives.
- StorageInfo() - Constructor for class com.zebra.sdk.printer.StorageInfo
-
Creates an empty
StorageInfo container - storeFile(String, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Stores the file on the printer at the specified location and with specified name using any required file wrappers.
See ConnectionBuilder for the format ofconnectionString. - storeFile(String, String, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
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). - storeFileOnPrinter(byte[], String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Stores a file on the printer named
fileNameOnPrinterwith the file contents fromfileContentsusing any required file wrappers. - storeFileOnPrinter(byte[], String) - Method in class com.zebra.sdk.device.Profile
-
Stores a file in the profile named
fileNameOnPrinterwith the file contents fromfileContentsusing any required file wrappers. - storeFileOnPrinter(String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Stores the file on the printer using any required file wrappers.
- storeFileOnPrinter(String) - Method in class com.zebra.sdk.device.Profile
-
Stores the file in the profile using any required file wrappers.
- storeFileOnPrinter(String, String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Stores the file on the printer at the specified location using specified name using any required file wrappers.
- storeFileOnPrinter(String, String) - Method in class com.zebra.sdk.device.Profile
-
Stores the file in the profile at the specified location and name using any required file wrappers.
- storeFileOnPrinterProtected(String, String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Stores the file on the printer in Protected Mode, available at the specified location and provided authentication password using the required file wrapper(s).
- storeFileOnPrinterProtected(String, String) - Method in class com.zebra.sdk.device.Profile
- storeFileOnPrinterProtected(String, String, String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Stores the file on the printer in Protected Mode, available at the specified location, with the specified name and provided authentication password using the required file wrapper(s).
- storeFileOnPrinterProtected(String, String, String) - Method in class com.zebra.sdk.device.Profile
- storeImage(String, ZebraImageI, int, int) - Method in class com.zebra.sdk.device.Profile
- storeImage(String, ZebraImageI, int, int) - Method in interface com.zebra.sdk.printer.GraphicsUtil
-
Stores the specified
imageto the connected printer as a monochrome image. - storeImage(String, String, int, int) - Method in class com.zebra.sdk.device.Profile
- storeImage(String, String, int, int) - Method in interface com.zebra.sdk.printer.GraphicsUtil
-
Stores the specified
imageto the connected printer as a monochrome image. - subnetSearch(DiscoveryHandler, String) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a discovery packet to the IPs specified in the
subnetRange. - subnetSearch(DiscoveryHandler, String, int) - Static method in class com.zebra.sdk.printer.discovery.NetworkDiscoverer
-
Sends a discovery packet to the IPs specified in the
subnetRange. - SUCCESSFULLY_COMPLETED - Enum constant in enum class com.zebra.sdk.weblink.ConfigurationStatus
-
Configuration state indicating the task completed successfully
T
- TCP - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'TCP'
- TcpConnection - Class in com.zebra.sdk.comm
-
Establishes a TCP connection to a device
- TcpConnection(String, int) - Constructor for class com.zebra.sdk.comm.TcpConnection
-
Initializes a new instance of the
TcpConnectionclass. - TcpConnection(String, int, int, int) - Constructor for class com.zebra.sdk.comm.TcpConnection
-
Initializes a new instance of the
TcpConnectionclass. - TcpPortStatus - Class in com.zebra.sdk.printer
-
Class for describing the status of ports open on a Zebra printer.
- TcpPortStatus(String, String, String, String, String) - Constructor for class com.zebra.sdk.printer.TcpPortStatus
-
Creates a container which describes the status of a specific port on a Zebra printer.
- TcpStatusConnection - Class in com.zebra.sdk.comm
-
Establishes a status only TCP connection to a device
- TcpStatusConnection(String) - Constructor for class com.zebra.sdk.comm.TcpStatusConnection
-
Initializes a new status only instance of the
TcpStatusConnectionclass using the default status port of9200. - TcpStatusConnection(String, int) - Constructor for class com.zebra.sdk.comm.TcpStatusConnection
-
Initializes a new status only instance of the
TcpConnectionclass. - TcpStatusConnection(String, int, int, int) - Constructor for class com.zebra.sdk.comm.TcpStatusConnection
-
Initializes a new status only instance of the
TcpConnectionclass. - TEAR_OFF - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Tear-off print mode (this also implies Linerless Tear print mode)
- THERMISTOR_FAULT - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Thermistor Fault'
- TlsConfig - Class in com.zebra.sdk.comm
-
TLS configuration for establishing secure connections.
- TlsConnection - Class in com.zebra.sdk.comm
-
Establishes a TLS connection to a device
- TlsConnection(String, int, TlsConfig) - Constructor for class com.zebra.sdk.comm.TlsConnection
-
Initializes a new instance of the
TlsConnectionclass. - TlsConnection(String, int, TlsConfig, int, int) - Constructor for class com.zebra.sdk.comm.TlsConnection
-
Initializes a new instance of the
TlsConnectionclass. - TlsMode - Enum Class in com.zebra.sdk.comm
-
TLS modes supported by the SDK.
- TlsStatusConnection - Class in com.zebra.sdk.comm
-
Establishes a status only TLS connection to a device
- TlsStatusConnection(String, int, TlsConfig) - Constructor for class com.zebra.sdk.comm.TlsStatusConnection
-
Initializes a new status only instance of the
TlsConnectionclass. - TlsStatusConnection(String, int, TlsConfig, int, int) - Constructor for class com.zebra.sdk.comm.TlsStatusConnection
-
Initializes a new status only instance of the
TlsConnectionclass. - TlsStatusConnection(String, TlsConfig) - Constructor for class com.zebra.sdk.comm.TlsStatusConnection
-
Initializes a new status only instance of the
TlsStatusConnectionclass using the default status port of9243. - ToolsUtil - Interface in com.zebra.sdk.printer
-
This is a utility class for performing printer actions.
- ToolsUtilLinkOs - Interface in com.zebra.sdk.printer
-
Utility class for performing Link-OS printer actions.
- toString() - Method in interface com.zebra.sdk.comm.Connection
-
See the classes which implement this method for the format of the description string.
- toString() - Method in class com.zebra.sdk.comm.DriverPrinterConnection
- toString() - Method in class com.zebra.sdk.comm.MultichannelTcpConnection
-
Returns
TCP_MULTI:[address]:[port number].
Theaddressandport numberare the parameters which were passed into the constructor. - toString() - Method in class com.zebra.sdk.comm.MultichannelTlsConnection
-
Returns
TLS_MULTI:[address]:[port number].
Theaddressandport numberare the parameters which were passed into the constructor. - toString() - Method in class com.zebra.sdk.comm.TcpConnection
-
Returns
TCP:[address]:[port number].
Theaddressandport numberare the parameters which were passed into the constructor. - toString() - Method in class com.zebra.sdk.comm.TcpStatusConnection
-
Returns
TCP_STATUS:[address]:[port number].
Theaddressandport numberare the parameters which were passed into the constructor. - toString() - Method in class com.zebra.sdk.comm.TlsConnection
-
Returns
TLS:[address]:[port number].
Theaddressandport numberare the parameters which were passed into the constructor. - toString() - Method in class com.zebra.sdk.comm.TlsStatusConnection
-
Returns
TLS_STATUS:[address]:[port number].
Theaddressandport numberare the parameters which were passed into the constructor. - toString() - Method in class com.zebra.sdk.comm.UsbConnection
-
Returns the Connection Builder name of the USB device.
- toString() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinter
-
For TCP, this returns the IP Address.
For driver, this returns the local printer name. - toString() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinterDriver
-
Returns the name of the printer.
- toString() - Method in enum class com.zebra.sdk.printer.PrinterLanguage
-
The name of the printer language - (e.g. "ZPL" or "CPCL").
- toString() - Method in class com.zebra.sdk.printer.TcpPortStatus
-
String description of the port status, prints as "PORT(NAME) REMOTE-IP:REMOTE-PORT STATUS"
- toString() - Method in enum class com.zebra.sdk.printer.ZplPrintMode
-
The print mode - (e.g. "Rewind").
- toString() - Method in class com.zebra.sdk.remote.comm.MultichannelRemoteConnection
-
Returns
REMOTE_MULTI:[uniqueId]:[rmiServerPort].
TheuniqueIdandrmiServerPortare the parameters which were passed into the constructor. - toString() - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- toString() - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- toString() - Method in enum class com.zebra.sdk.settings.AlertCondition
- toString() - Method in class com.zebra.sdk.settings.Setting
-
Returns the Setting data including the value, type, and range for the setting.
- TRUST_ALL - Enum constant in enum class com.zebra.sdk.comm.TlsMode
-
TLS mode that bypasses certificate validation and accepts all certificates without verification.
- trustAll() - Static method in class com.zebra.sdk.comm.TlsConfig
-
Creates a configuration that accepts all TLS certificates without validation.
- trustJavaKeyStore() - Static method in class com.zebra.sdk.comm.TlsConfig
-
Creates a configuration that uses the default JVM keystore (cacerts) for certificate validation.
- trustManagers - Variable in class com.zebra.sdk.comm.TlsConfig
-
Array of custom trust managers used when validating with the Java keystore or a custom trust configuration.
- Typical Usage: - Search tag in interface com.zebra.sdk.device.FileUtilLinkOs
- Section
U
- UDP - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'UDP'
- UNKNOWN - Enum constant in enum class com.zebra.sdk.printer.DriveType
-
Unknown drive.
- UNKNOWN - Enum constant in enum class com.zebra.sdk.printer.ZplPrintMode
-
Unknown print mode
- unregisterForAlerts(HashSet<AlertCondition>, AlertMonitorI) - Method in class com.zebra.sdk.remote.comm.RemoteConnection
-
Un-Register an AlertMonitor from a RemoteConnection.
- updateFirmware(String, long, FirmwareUpdateHandler) - Method in interface com.zebra.sdk.printer.FirmwareUpdaterLinkOs
-
Update firmware on the printer using the specified
timeout. - updateFirmware(String, FirmwareUpdateHandler) - Method in interface com.zebra.sdk.printer.FirmwareUpdaterLinkOs
-
Update firmware on the printer using the default timeout of 10 minutes.
- updateFirmware(String, String, long) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Update the printer firmware.
- updateFirmwareUnconditionally(String, long, FirmwareUpdateHandler) - Method in interface com.zebra.sdk.printer.FirmwareUpdaterLinkOs
-
Update firmware on the printer, using the specified
timeout, regardless of the firmware version currently on the printer. - updateFirmwareUnconditionally(String, FirmwareUpdateHandler) - Method in interface com.zebra.sdk.printer.FirmwareUpdaterLinkOs
-
Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version currently on the printer.
- updateProgress(int, int) - Method in interface com.zebra.sdk.device.ProgressMonitor
-
Callback to notify the user as to the progress of the how many bytes have been sent.
- updateState(WeblinkConfigurationState) - Method in class com.zebra.sdk.weblink.WeblinkConfigurationStateUpdater
-
Sets the new state of the Weblink Configurator defined by
WeblinkConfigurationState - USB - Enum constant in enum class com.zebra.sdk.settings.AlertDestination
-
Alert Destination 'USB'
- UsbConnection - Class in com.zebra.sdk.comm
-
Establishes a direct connection to an attached Zebra USB printer without requiring the presence of a USB driver
- UsbConnection(String) - Constructor for class com.zebra.sdk.comm.UsbConnection
-
Initializes a new instance of the
UsbConnectionclass. - UsbConnection(String, int, int) - Constructor for class com.zebra.sdk.comm.UsbConnection
-
Initializes a new instance of the
UsbConnectionclass. - UsbDiscoverer - Class in com.zebra.sdk.printer.discovery
-
A class used to discover USB connected Zebra printers.
- UsbDiscoverer() - Constructor for class com.zebra.sdk.printer.discovery.UsbDiscoverer
-
A class used to discover USB connected Zebra printers.
V
- VALIDATE_WITH_CERT_FILE - Enum constant in enum class com.zebra.sdk.comm.TlsMode
-
TLS mode that validates certificates using a CA certificate loaded from an external file (CRT, CER, or PEM).
- VALIDATE_WITH_TRUST_MANAGER - Enum constant in enum class com.zebra.sdk.comm.TlsMode
-
TLS mode that validates certificates using configured
TrustManagerinstances, such as those from the JVM default keystore. - validExtensionForPrinterProtected(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
- validExtensionsForPrinterProtected - Static variable in class com.zebra.sdk.printer.PrinterUtil
- validSGDBranchName(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
- validSGDBranchNames - Static variable in class com.zebra.sdk.printer.PrinterUtil
- valueOf(String) - Static method in enum class com.zebra.sdk.comm.TlsMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zebra.sdk.printer.DriveType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zebra.sdk.printer.FileDeletionOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zebra.sdk.printer.PrinterLanguage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zebra.sdk.printer.ZplPrintMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zebra.sdk.settings.AlertCondition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zebra.sdk.settings.AlertDestination
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zebra.sdk.weblink.ConfigurationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zebra.sdk.weblink.WeblinkAddressStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zebra.sdk.weblink.WeblinkConfigurationState
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.zebra.sdk.comm.TlsMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zebra.sdk.printer.DriveType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zebra.sdk.printer.FileDeletionOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zebra.sdk.printer.PrinterLanguage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zebra.sdk.printer.ZplPrintMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zebra.sdk.settings.AlertCondition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zebra.sdk.settings.AlertDestination
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zebra.sdk.weblink.ConfigurationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zebra.sdk.weblink.WeblinkAddressStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zebra.sdk.weblink.WeblinkConfigurationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VerifyWeblinkConnection - Enum constant in enum class com.zebra.sdk.weblink.WeblinkConfigurationState
-
Configuration state indicating the task is validating the printer's profile manager connection
W
- waitForData(int) - Method in interface com.zebra.sdk.comm.Connection
-
Causes the currently executing thread to sleep until
Connection.bytesAvailable()> 0, or for a maximum ofmaxTimeoutmilliseconds. - waitForData(int) - Method in class com.zebra.sdk.comm.ConnectionA
- waitForData(int) - Method in class com.zebra.sdk.comm.MultichannelConnection
- WeblinkAddressStrategy - Enum Class in com.zebra.sdk.weblink
-
Enumeration to determine how the Weblink address is set
- WeblinkConfigurationState - Enum Class in com.zebra.sdk.weblink
-
Enumeration of the weblink configuration task's state
- WeblinkConfigurationStateUpdater - Class in com.zebra.sdk.weblink
-
Callback for updating the status of a Weblink configuration task
- WeblinkConfigurationStateUpdater() - Constructor for class com.zebra.sdk.weblink.WeblinkConfigurationStateUpdater
- WeblinkConfigurator - Class in com.zebra.sdk.weblink
-
Task to configure a printers Weblink setting
- WeblinkConfigurator(Connection) - Constructor for class com.zebra.sdk.weblink.WeblinkConfigurator
-
Initializes a new instance of the WeblinkConfiguratior class.
- WeblinkConfigurator(DiscoveredPrinter) - Constructor for class com.zebra.sdk.weblink.WeblinkConfigurator
-
Initializes a new instance of the WeblinkConfiguratior class.
- write(byte[]) - Method in interface com.zebra.sdk.comm.Connection
-
Writes
data.lengthbytes from the specified byte array to this output stream. - write(byte[]) - Method in class com.zebra.sdk.comm.ConnectionA
- write(byte[]) - Method in class com.zebra.sdk.comm.MultichannelConnection
- write(byte[]) - Method in class com.zebra.sdk.comm.UsbConnection
- write(byte[]) - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- write(byte[]) - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- write(byte[], int, int) - Method in interface com.zebra.sdk.comm.Connection
-
Writes
lengthbytes fromdatastarting atoffset. - write(byte[], int, int) - Method in class com.zebra.sdk.comm.ConnectionA
- write(byte[], int, int) - Method in class com.zebra.sdk.comm.DriverPrinterConnection
- write(byte[], int, int) - Method in class com.zebra.sdk.comm.MultichannelConnection
- write(byte[], int, int) - Method in class com.zebra.sdk.comm.UsbConnection
- write(byte[], int, int) - Method in class com.zebra.sdk.remote.comm.RemoteConnection
- write(byte[], int, int) - Method in class com.zebra.sdk.remote.comm.RemoteStatusConnection
- write(InputStream) - Method in interface com.zebra.sdk.comm.Connection
-
Writes all available bytes from the data source to this output stream.
- write(InputStream) - Method in class com.zebra.sdk.comm.ConnectionA
- write(InputStream) - Method in class com.zebra.sdk.comm.MultichannelConnection
X
- XmlPrinter - Class in com.zebra.sdk.printer
-
A class used to print template formats using XML as input.
Z
- ZBI_BASIC_FORCED_ERROR - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Basic Forced'
- ZBI_BASIC_RUNTIME_ERROR - Enum constant in enum class com.zebra.sdk.settings.AlertCondition
-
Alert condition 'Basic Runtime'
- ZebraCertificateException - Exception Class in com.zebra.sdk.certificate
-
Signals that an error occurred while converting a certificate.
- ZebraCertificateException(String) - Constructor for exception class com.zebra.sdk.certificate.ZebraCertificateException
-
Constructs a
ZebraCertificateConversionExceptionwithmessageas the detailed error message - ZebraCertificateException(String, Throwable) - Constructor for exception class com.zebra.sdk.certificate.ZebraCertificateException
-
Constructs a
ZebraCertificateConversionExceptionwithmessageas the detailed error message andcauseas the underlying exception. - ZebraCertificateInfo - Class in com.zebra.sdk.certificate
-
Handler class for managing certificate and private key information.
- ZebraCertificateInfo() - Constructor for class com.zebra.sdk.certificate.ZebraCertificateInfo
-
Initializes a new instance of the ZebraCertificateInfo class.
- ZebraIllegalArgumentException - Exception Class in com.zebra.sdk.device
-
Signals that an illegal argument was used.
- ZebraIllegalArgumentException(String) - Constructor for exception class com.zebra.sdk.device.ZebraIllegalArgumentException
-
Constructs a
ZebraIllegalArgumentExceptionwithmessageas the detailed error message - ZebraImageFactory - Class in com.zebra.sdk.graphics
-
A factory used to acquire an instance of a ZebraImageI.
- ZebraImageI - Interface in com.zebra.sdk.graphics
-
Contains methods used to query attributes of an image formatted for a Zebra printer.
see ZebraImageFactory for how to create an image. - ZebraP12Info - Class in com.zebra.sdk.certificate
-
A utility class used to extract info from certificate files and convert the contents into Zebra friendly formats.
- ZebraP12Info(InputStream, String) - Constructor for class com.zebra.sdk.certificate.ZebraP12Info
-
Creates a wrapper that opens up the provided certificate keystore stream.
- ZebraPrinter - Interface in com.zebra.sdk.printer
-
An interface used to obtain various properties of a Zebra printer.
- ZebraPrinterFactory - Class in com.zebra.sdk.printer
-
A factory used to acquire an instance of a ZebraPrinter.
- ZebraPrinterFilter - Class in com.zebra.sdk.printer.discovery
-
DiscoveredPrinterFilter implementation that filters out all unsupported Zebra Printers.
- ZebraPrinterFilter() - Constructor for class com.zebra.sdk.printer.discovery.ZebraPrinterFilter
- ZebraPrinterLanguageUnknownException - Exception Class in com.zebra.sdk.printer
-
Signals that an error has occurred when determining the printer language.
- ZebraPrinterLanguageUnknownException(String) - Constructor for exception class com.zebra.sdk.printer.ZebraPrinterLanguageUnknownException
-
Constructs a
ZebraPrinterLanguageUnknownExceptionwithmessageas the detailed error message - ZebraPrinterLinkOs - Interface in com.zebra.sdk.printer
-
This interface defines increased capabilities of a Zebra Link-OS printer.
- ZebraWeblinkException - Exception Class in com.zebra.sdk.weblink
-
Signals that an error occured while configuring weblink
- ZebraWeblinkException(Exception) - Constructor for exception class com.zebra.sdk.weblink.ZebraWeblinkException
-
Constructs a
ZebraWeblinkExceptionwith a base Exception - ZebraWeblinkException(String) - Constructor for exception class com.zebra.sdk.weblink.ZebraWeblinkException
-
Constructs a
SettingsExceptionwith a custom detailed error message. - ZPL - Enum constant in enum class com.zebra.sdk.printer.PrinterLanguage
-
Printer control language ZPL
- ZplPrintMode - Enum Class in com.zebra.sdk.printer
-
Enumeration of the various print modes supported by Zebra Printers.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form