- calibrate() - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Sends the appropriate calibrate command to the printer.
- close() - Method in class com.zebra.sdk.comm.BluetoothConnection
-
Closes the Bluetooth® connection.
- close() - Method in class com.zebra.sdk.comm.BluetoothStatusConnection
-
Closes the Bluetooth® connection.
- 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.MultichannelConnection
-
Closes both the printing and status channels of this MultichannelConnection.
- close() - Method in interface com.zebra.sdk.device.SmartcardReader
-
Turns the printer's smartcard reader off, if present.
- 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.
- 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.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
-
- ConfigurationStatus - Enum 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.
- 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.
- ConnectionChannel - Enum in com.zebra.sdk.comm
-
For printers that support both Status and Printing channel (Link OS printers).
- ConnectionException - Exception in com.zebra.sdk.comm
-
Signals that an error has occurred on the connection.
- ConnectionException(String) - Constructor for exception com.zebra.sdk.comm.ConnectionException
-
Constructs a ConnectionException
with message
as the detailed error message.
- ConnectionReestablisher - Interface in com.zebra.sdk.comm
-
Defines methods used to reestablish a connection to a printer which may have been closed.
- ConnectionStatusA - Class in com.zebra.sdk.comm
-
Abstract class which implements the default functionality of StatusConnection
.
- 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.
- 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.
- 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 com.zebra.sdk.settings.AlertCondition
-
Creates an AlertCondition based on the condition
.
- createAlertDestination(String) - Static method in enum com.zebra.sdk.settings.AlertDestination
-
Creates an AlertDestination based on the destination
.
- createBackup(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Create a backup of your printer's settings, alerts, and files.
- createBackup(String) - Method in interface com.zebra.sdk.printer.ProfileUtil
-
Save a backup of your printer's settings, alerts, and files for later restoration.
- 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, 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, 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.
- 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.
- 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(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.
- CsvPrinter - Class in com.zebra.sdk.printer
-
A class used to print template formats using comma separated values as input data.
- DEFAULT_CPCL_TCP_PORT - Static variable in class com.zebra.sdk.comm.TcpConnection
-
The default TCP port for CPCL devices.
- DEFAULT_MULTICHANNEL_PRINTING_PORT - Static variable in class com.zebra.sdk.comm.MultichannelTcpConnection
-
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_STATUS_TCP_PORT - Static variable in class com.zebra.sdk.comm.TcpStatusConnection
-
The default Status TCP port for ZPL devices.
- DEFAULT_ZPL_TCP_PORT - Static variable in class com.zebra.sdk.comm.TcpConnection
-
The default TCP port for ZPL devices.
- deleteFile(String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Deletes the file from the printer.
- 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.
- 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.
- Device - Interface in com.zebra.sdk.device
-
An interface used to control and obtain various properties of a device.
- device - Variable in class com.zebra.sdk.printer.discovery.DiscoveredPrinterUsb
-
The Android UsbDevice used by this DiscoveredPrinterUsb instance
- DeviceFilter - Interface in com.zebra.sdk.printer.discovery
-
DeviceFilter is an interface to allow the user to write custom code to determine whether or not the
BluetoothDiscoverer should include a particular BluetoothDevice in it's result set.
- 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.
- DiscoveredPrinterBluetooth - Class in com.zebra.sdk.printer.discovery
-
Instance of DiscoveredPrinter that is returned when performing a Bluetooth® discovery.
- DiscoveredPrinterBluetooth(String, String) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredPrinterBluetooth
-
Returns an instance of a DiscoveredPrinterBluetooth with macAddress
.
- DiscoveredPrinterNetwork - Class in com.zebra.sdk.printer.discovery
-
- DiscoveredPrinterNetwork(String, int) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredPrinterNetwork
-
Returns an instance of a DiscoveredPrinterNetwork
with ipAddress
and port
.
- DiscoveredPrinterNetwork(Map<String, String>) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredPrinterNetwork
-
Returns an instance of a DiscoveredPrinterNetwork
built using the provided attributes.
- DiscoveredPrinterUsb - Class in com.zebra.sdk.printer.discovery
-
Instance of DiscoveredPrinter that is returned when performing a USB discovery.
- DiscoveredPrinterUsb(String, UsbManager, UsbDevice) - Constructor for class com.zebra.sdk.printer.discovery.DiscoveredPrinterUsb
-
Creates a new DiscoveredPrinterUsb
- 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 in com.zebra.sdk.printer.discovery
-
Signals that there was an error during discovery.
- DiscoveryException(String) - Constructor for exception com.zebra.sdk.printer.discovery.DiscoveryException
-
Constructs a DiscoveryException
with message
as 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.
- discoveryFinished() - Method in interface com.zebra.sdk.printer.discovery.ServiceDiscoveryHandler
-
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.
- 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(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(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(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.
- doCommand(String) - Method in interface com.zebra.sdk.device.SmartcardReader
-
Sends a CT_DATA command to the printer's smartcard reader, if present.
- 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(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(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).
- 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).
- 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(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(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.
- 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.
- driveLetter - Variable in class com.zebra.sdk.printer.StorageInfo
-
The drive's alphabetical identifier.
- DriveType - Enum in com.zebra.sdk.printer
-
Drive types.
- driveType - Variable in class com.zebra.sdk.printer.StorageInfo
-
The type of drive.
- 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 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
-
Utility class for performing file operations on a Zebra Link-OS printer.
- findPrinters(Context, DiscoveryHandler, DeviceFilter) - Static method in class com.zebra.sdk.printer.discovery.BluetoothDiscoverer
-
Find Bluetooth® devices that are discoverable.
Note: This method will return all devices found, not just Zebra printers
Note: This method should not be called from the application main thread.
- findPrinters(Context, DiscoveryHandler) - Static method in class com.zebra.sdk.printer.discovery.BluetoothDiscoverer
-
Find Bluetooth® devices that are discoverable.
Note: This method will return all devices found, not just Zebra printers
Note: This method should not be called from the application main thread.
- 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
.
- findPrinters(String, DiscoveryHandler) - Static method in class com.zebra.sdk.printer.discovery.UrlPrinterDiscoverer
-
This method will search using a combination of discovery methods to find the printer described by the specified
URL.
- findPrinters(Context, DiscoveryHandler) - Static method in class com.zebra.sdk.printer.discovery.UsbDiscoverer
-
Initiate discovery
- findPrinters(UsbManager, DiscoveryHandler) - Static method in class com.zebra.sdk.printer.discovery.UsbDiscoverer
-
- findServices(Context, String, ServiceDiscoveryHandler) - Static method in class com.zebra.sdk.printer.discovery.BluetoothDiscoverer
-
Find services(ConnectionChannels) that are supported by the device at macAddress
.
- 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.
- 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.
- 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.
- foundService(ConnectionChannel) - Method in interface com.zebra.sdk.printer.discovery.ServiceDiscoveryHandler
-
This method is invoked when a service has been discovered.
- friendlyName - Variable in class com.zebra.sdk.printer.discovery.DiscoveredPrinterBluetooth
-
The friendly name of the Bluetooth® device.
- 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
-
- getAlertText() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the text received from the printer.
- 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.
- 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 AlertCondition
of 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.
- 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.DiscoveredPrinterBluetooth
-
- getConnection() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinterNetwork
-
- getConnection() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinterUsb
-
- getConnection() - Method in interface com.zebra.sdk.printer.ZebraPrinter
-
Returns the printer's connection.
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.BluetoothConnection
-
- getConnectionReestablisher(long) - Method in interface com.zebra.sdk.comm.Connection
-
Returns a ConnectionReestablisher
which 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.MultichannelConnection
-
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.MultichannelTcpConnection
-
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.TcpConnection
-
- getConnectionReestablisher(long) - Method in class com.zebra.sdk.comm.UsbConnection
-
- 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
-
- getCurrentStatus() - Method in interface com.zebra.sdk.printer.ZebraPrinter
-
Returns a new instance of PrinterStatus
that can be used to determine the status of a printer.
- getDestination() - Method in class com.zebra.sdk.printer.PrinterAlert
-
Return the AlertDestination
used 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 String
representation of the alert destination for Set-Get-Do.
- getDestinationAsSGDString() - Method in enum com.zebra.sdk.settings.AlertDestination
-
Returns the String representation of the alert destination.
- getDeviceName() - Method in class com.zebra.sdk.comm.UsbConnection
-
- getDiscoveryDataMap() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinter
-
This method will return a Map
of all settings obtained via the chosen discovery method.
- getDrivePrefix() - Method in class com.zebra.sdk.printer.PrinterObjectProperties
-
Return the drive prefix.
- 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.
- getFriendlyName() - Method in class com.zebra.sdk.comm.BluetoothConnection
-
Returns the friendly name of the Bluetooth® connection.
- getFriendlyName() - Method in class com.zebra.sdk.comm.BluetoothStatusConnection
-
Returns the friendly name of the Bluetooth® connection.
- 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(Bitmap) - Static method in class com.zebra.sdk.graphics.ZebraImageFactory
-
Creates an instance of
ZebraImageI
from the image specified in
bitmap
- getImage(String) - Static method in class com.zebra.sdk.graphics.ZebraImageFactory
-
Creates an instance of
ZebraImageI
from the image specified in
fullPath
- getImage(InputStream) - Static method in class com.zebra.sdk.graphics.ZebraImageFactory
-
Creates an instance of
ZebraImageI
from the image data specified in
imageData
- getIndex(WeblinkConfigurationState) - Static method in enum 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
ZebraPrinter
concrete class based on the printer's control language.
- getInstance(String[], Connection) - Static method in class com.zebra.sdk.printer.ZebraPrinterFactory
-
Factory method to create the correct
ZebraPrinter
concrete 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
ZebraPrinter
concrete class based on the provided printer control
language.
- getLanguage(String) - Static method in enum 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, 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, 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.
- getMACAddress() - Method in class com.zebra.sdk.comm.BluetoothConnection
-
Returns the MAC address which was passed into the constructor.
- getMACAddress() - Method in class com.zebra.sdk.comm.BluetoothStatusConnection
-
Returns the MAC address which was passed into the constructor.
- getMajor() - Method in class com.zebra.sdk.printer.LinkOsInformation
-
Return the Link-OS major version number
- getManager() - Method in class com.zebra.sdk.comm.UsbConnection
-
- 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
-
- getMinor() - Method in class com.zebra.sdk.printer.LinkOsInformation
-
Return the Link-OS minor version number
- 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(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(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(OutputStream, String) - Method in class com.zebra.sdk.device.Profile
-
- 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[].
- 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.
- 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(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(String, String) - Method in class com.zebra.sdk.device.Profile
-
This method is not valid for a profile.
- getObjectFromPrinterViaFtp(OutputStream, String, String) - Method in class com.zebra.sdk.device.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[].
- 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.
- 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 of
connectionString
.
- 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
-
- 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 of
connectionString
.
- getPortStatus() - Method in interface com.zebra.sdk.printer.ZebraPrinterLinkOs
-
Retrieve the TCP port status of the printer and returns a list of TcpPortStatus
describing the open
ports on the printer.
- 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.
- 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.
See
ConnectionBuilder for the format of
connectionString
.
- getPrintingChannel() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
Returns the underlying printing
Connection
of this MultichannelConnection.
- 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.
- 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.
- getRequestor() - 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
Setting
for 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.
- 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 of
connectionString
.
- 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 String
representation of the Set-Get-Do Name.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.BluetoothConnection
-
Return the MAC address and the friendly name as the description.
- getSimpleConnectionName() - Method in class com.zebra.sdk.comm.BluetoothStatusConnection
-
Return the MAC address and friendly name of the status port as the description.
- 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.MultichannelTcpConnection
-
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.UsbConnection
-
Return the device name 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
-
- getStatusChannel() - Method in class com.zebra.sdk.comm.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
-
- getTteFontHeader(InputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Returns an InputStream
which 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 InputStream
which 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.
- getValue() - Method in class com.zebra.sdk.settings.Setting
-
Returns the setting's value.
- 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
- GraphicsUtil - Interface in com.zebra.sdk.printer
-
This is an utility class for printing images on a device.
- 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.
- 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(String) - 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
.
- 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 of
connectionString
.
- 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.
- 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.
- 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.
- 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.
- 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.
- lookupInt(int) - Static method in enum com.zebra.sdk.weblink.WeblinkAddressStrategy
-
Returns the enum constant of this type with the specified index
.
- PAPER_OUT_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate the paper is out
- PAUSE_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate printer is paused
- 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(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(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.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(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(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, 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
-
Causes the specified printer to print a configuration label.
See
ConnectionBuilder for the format of
connectionString
.
- printConfigurationLabel() - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Sends the appropriate print configuration 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 of
connectionString
.
- printDirectoryLabel() - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Send the print directory label command to the printer.
- 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, 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, 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, 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 in com.zebra.sdk.printer
-
Enumeration of the various printer control languages supported by Zebra Printers.
- 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
PrinterStatus
instance.
- 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
- printImage(String, int, int) - Method in class com.zebra.sdk.device.Profile
-
- printImage(String, int, int, int, int, boolean) - Method in class com.zebra.sdk.device.Profile
-
- printImage(ZebraImageI, int, int, int, int, boolean) - 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 interface com.zebra.sdk.printer.GraphicsUtil
-
Prints an image from the connecting device file system to the connected device as a monochrome image.
- 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.
- 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 of
connectionString
.
- 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, 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
.
- 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.
- process(String, Map<String, String>) - Static method in class com.zebra.sdk.printer.SettingsSetter
-
Sends the settingsToSet
to the destinationDevice
and 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 Profile
object 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
- read() - Method in interface com.zebra.sdk.comm.Connection
-
Reads all 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() - Method in class com.zebra.sdk.comm.ConnectionA
-
- read(OutputStream) - Method in class com.zebra.sdk.comm.ConnectionA
-
- read() - Method in class com.zebra.sdk.comm.MultichannelConnection
-
- read(OutputStream) - Method in class com.zebra.sdk.comm.MultichannelConnection
-
- 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.
- 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.MultichannelConnection
-
- RECEIVE_BUFFER_FULL_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate the receive buffer is full
- 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.
- 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.
- 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.
- removeFirmware() - Method in class com.zebra.sdk.device.Profile
-
Removes the firmware file from the profile.
- requestUsbPermission(UsbDevice) - Method in interface com.zebra.sdk.comm.UsbPermissionRequestor
-
- reset() - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Sends the appropriate reset command to the printer.
- resetNetwork(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Resets the network of the specified printer.
- resetNetwork() - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Sends the network reset command to the printer.
- resetPrinter(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Resets the specified printer.
See
ConnectionBuilder for the format of
connectionString
.
- ResponseValidator - Interface in com.zebra.sdk.comm
-
An interface defining a method to validate whether a response from the printer is complete.
- restoreDefaults() - Method in interface com.zebra.sdk.printer.ToolsUtil
-
Sends the appropriate restore defaults command to the printer.
- restoreNetworkDefaults(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Restores the printer's network settings to their factory default configuration.
- restoreNetworkDefaults() - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Send the restore network defaults command to the printer.
- restorePrinterDefaults(String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Restores the printer's settings to their factory default configuration.
See
ConnectionBuilder for the format of
connectionString
.
- retrieveFileNames() - Method in interface com.zebra.sdk.device.FileUtil
-
Retrieves the names of the files which are stored on the device.
- retrieveFileNames(String[]) - 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 class com.zebra.sdk.device.Profile
-
Retrieves the names of the files which are stored on the device.
- retrieveFormatFromPrinter(String) - Method in interface com.zebra.sdk.printer.FormatUtil
-
Retrieves a format from the printer.
- retrieveFormatFromPrinter(OutputStream, 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
-
- RIBBON_OUT_MSG - Static variable in class com.zebra.sdk.printer.PrinterStatusMessages
-
Message to indicate the ribbon is out
- saveAsTtePrinterFont(String, OutputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Converts a native TrueType® font to a ZPL TTE format.
- saveAsTtePrinterFont(InputStream, OutputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Converts a native TrueType® font to a ZPL TTE format.
- saveAsTtfPrinterFont(String, OutputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Converts a native TrueType® font to a ZPL TTF format.
- saveAsTtfPrinterFont(InputStream, OutputStream, String) - Static method in class com.zebra.sdk.printer.FontConverterZpl
-
Converts a native TrueType® font to a ZPL TTF format.
- sendAndWaitForResponse(byte[], int, int, String) - Method in interface com.zebra.sdk.comm.Connection
-
Sends dataToSend
and returns the response data.
- sendAndWaitForResponse(OutputStream, InputStream, int, int, String) - Method in interface com.zebra.sdk.comm.Connection
-
Sends data from sourceStream
and writes the response data to destinationStream.
- sendAndWaitForResponse(byte[], int, int, String) - Method in class com.zebra.sdk.comm.ConnectionA
-
- sendAndWaitForResponse(OutputStream, InputStream, 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(OutputStream, InputStream, int, int, String) - Method in class com.zebra.sdk.comm.MultichannelConnection
-
- sendAndWaitForValidResponse(byte[], int, int, ResponseValidator) - Method in interface com.zebra.sdk.comm.Connection
-
Sends dataToSend
and returns the response data.
- sendAndWaitForValidResponse(OutputStream, InputStream, int, int, ResponseValidator) - Method in interface com.zebra.sdk.comm.Connection
-
Sends data from sourceStream
and writes the response data to destinationStream.
- sendAndWaitForValidResponse(byte[], int, int, ResponseValidator) - Method in class com.zebra.sdk.comm.ConnectionA
-
- sendAndWaitForValidResponse(OutputStream, InputStream, 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(OutputStream, InputStream, int, int, ResponseValidator) - Method in class com.zebra.sdk.comm.MultichannelConnection
-
- 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 fileNameOnPrinter
with the file contents from
fileContents
.
- sendContents(String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Send contents of data
directly to the device specified via connectionString
using UTF-8
encoding.
- sendContents(String, String, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Send contents of
data
directly to the device specified via
connectionString
using
encoding
.
See
ConnectionBuilder for the format of
connectionString
.
- sendContents(String, InputStream) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Send contents of
data
directly to the device specified via
connectionString
using UTF-8
encoding.
See
ConnectionBuilder for the format of
connectionString
.
- sendContents(String, InputStream, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Send contents of
data
directly to the device specified via
connectionString
using
encoding
.
See
ConnectionBuilder for the format of
connectionString
.
- sendFileContents(String) - Method in interface com.zebra.sdk.device.FileUtil
-
Sends the contents of a file to the device.
- sendFileContents(String, ProgressMonitor) - 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 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
data
directly to the device specified via
connectionString
using
encoding
.
See
ConnectionBuilder for the format of
connectionString
.
- sendToMirrorServer(String, String, String) - Method in class com.zebra.sdk.device.ProfileToMirrorServer
-
Stores the profile to the mirror server.
- ServiceDiscoveryHandler - Interface in com.zebra.sdk.printer.discovery
-
Interface definition for a callback to be invoked for service discovery events
- 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, String) - Static method in class com.zebra.sdk.printer.PrinterUtil
-
Set the RTC time and date on the printer.
See
ConnectionBuilder for the format of
connectionString
.
- setClock(String) - Method in interface com.zebra.sdk.printer.ToolsUtilLinkOs
-
Set the RTC time and date on the printer.
- 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.
- 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
-
- setOidValue(String, String) - Method in class com.zebra.sdk.printer.SnmpPrinter
-
Sets the value of the specified oid
to valueToSet
.
- setOidValue(String, int) - Method in class com.zebra.sdk.printer.SnmpPrinter
-
Sets the value of the specified oid
to valueToSet
.
- setRange(String) - Method in class com.zebra.sdk.settings.Setting
-
Takes a string that describes the acceptable range of values for this setting.
- setRequestor(UsbPermissionRequestor) - Method in class com.zebra.sdk.comm.UsbConnection
-
- 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, Setting) - Method in class com.zebra.sdk.device.Profile
-
Change the setting in the profile.
- 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
-
- Setting - Class in com.zebra.sdk.settings
-
A class that represents an internal device setting.
- Setting() - Constructor for class com.zebra.sdk.settings.Setting
-
- SettingsException - Exception in com.zebra.sdk.settings
-
Signals that an error occurred retrieving a setting
- SettingsException() - Constructor for exception com.zebra.sdk.settings.SettingsException
-
Constructs a SettingsException
with Setting not found
as the detailed error message.
- SettingsException(String) - Constructor for exception com.zebra.sdk.settings.SettingsException
-
Constructs a SettingsException
with message
as the detailed error message.
- SettingsProvider - Interface in com.zebra.sdk.settings
-
Interface implemented by devices that provide settings.
- SettingsSetter - Class in com.zebra.sdk.printer
-
A utility class used to wrap with a map and send settings commands to a connection.
- SettingsSetter() - Constructor for class com.zebra.sdk.printer.SettingsSetter
-
- 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.
- SGD - Class in com.zebra.sdk.printer
-
A utility class used to wrap and send SGD commands to a connection
- shouldAddPrinter(BluetoothDevice) - Method in interface com.zebra.sdk.printer.discovery.DeviceFilter
-
Method called by a BluetoothDiscoverer to determine whether or not a Bluetooth® device should be added to
it's list of discovered devices.
- 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.
- SnmpException - Exception in com.zebra.sdk.printer
-
Signals that an error has occurred when attempting to communicate with SNMP.
- SnmpException(String) - Constructor for exception com.zebra.sdk.printer.SnmpException
-
Constructs an SnmpException
with message
as 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.
- 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 name using any required file wrappers.
See
ConnectionBuilder for the format of
connectionString
.
- storeFileOnPrinter(String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Stores the file on the printer 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 and name using any required file wrappers.
- storeFileOnPrinter(byte[], String) - Method in interface com.zebra.sdk.device.FileUtilLinkOs
-
Stores a file on the printer named fileNameOnPrinter
with the file contents from
fileContents
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 class com.zebra.sdk.device.Profile
-
Stores the file in the profile at the specified location and name using any required file wrappers.
- storeFileOnPrinter(byte[], String) - Method in class com.zebra.sdk.device.Profile
-
Stores a file in the profile named fileNameOnPrinter
with the file contents from
fileContents
using any required file wrappers.
- storeImage(String, ZebraImageI, int, int) - Method in class com.zebra.sdk.device.Profile
-
- storeImage(String, String, 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 image
to the connected printer as a monochrome image.
- storeImage(String, String, int, int) - Method in interface com.zebra.sdk.printer.GraphicsUtil
-
Stores the specified image
to 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
.
- 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 TcpConnection
class.
- TcpConnection(String, int, int, int) - Constructor for class com.zebra.sdk.comm.TcpConnection
-
Initializes a new instance of the TcpConnection
class.
- 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
TcpStatusConnection
class using the default status
port of
9200
.
- TcpStatusConnection(String, int) - Constructor for class com.zebra.sdk.comm.TcpStatusConnection
-
Initializes a new status only instance of the TcpConnection
class.
- TcpStatusConnection(String, int, int, int) - Constructor for class com.zebra.sdk.comm.TcpStatusConnection
-
Initializes a new status only instance of the TcpConnection
class.
- 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 class com.zebra.sdk.comm.BluetoothConnection
-
Returns Bluetooth
:[MAC Address]:[Friendly Name].
The friendly name is obtained from the device when this connection is opened.
- toString() - Method in class com.zebra.sdk.comm.BluetoothStatusConnection
-
Returns Bluetooth_STATUS
:[MAC Address]:[Friendly Name].
The friendly name is obtained from the device when this connection is opened.
- 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.MultichannelTcpConnection
-
Returns TCP_MULTI
:[address]:[port number].
The address
and port number
are the parameters which were passed into the constructor.
- toString() - Method in class com.zebra.sdk.comm.TcpConnection
-
Returns TCP
:[address]:[port number].
The address
and port number
are the parameters which were passed into the constructor.
- toString() - Method in class com.zebra.sdk.comm.TcpStatusConnection
-
Returns TCP_STATUS
:[address]:[port number].
The address
and port number
are the parameters which were passed into the constructor.
- toString() - Method in class com.zebra.sdk.comm.UsbConnection
-
Returns USB
:[Device path]
The USB device name is obtained from the device when this connection is opened.
- toString() - Method in class com.zebra.sdk.printer.discovery.DiscoveredPrinter
-
For TCP, this returns the IP Address.
- toString() - Method in enum 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 com.zebra.sdk.printer.ZplPrintMode
-
The print mode - (e.g. "Rewind").
- toString() - Method in enum com.zebra.sdk.settings.AlertCondition
-
- toString() - Method in class com.zebra.sdk.settings.Setting
-
- valueOf(String) - Static method in enum com.zebra.sdk.comm.ConnectionChannel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zebra.sdk.printer.DriveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zebra.sdk.printer.FileDeletionOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zebra.sdk.printer.PrinterLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zebra.sdk.printer.ZplPrintMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zebra.sdk.settings.AlertCondition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zebra.sdk.settings.AlertDestination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zebra.sdk.weblink.ConfigurationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zebra.sdk.weblink.WeblinkAddressStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zebra.sdk.weblink.WeblinkConfigurationState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.zebra.sdk.comm.ConnectionChannel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zebra.sdk.printer.DriveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zebra.sdk.printer.FileDeletionOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zebra.sdk.printer.PrinterLanguage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zebra.sdk.printer.ZplPrintMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zebra.sdk.settings.AlertCondition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zebra.sdk.settings.AlertDestination
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zebra.sdk.weblink.ConfigurationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zebra.sdk.weblink.WeblinkAddressStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zebra.sdk.weblink.WeblinkConfigurationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.