Zebra.
|
Class | Description | |
---|---|---|
BluetoothConnection | Establishes a Bluetooth® connection to a printer | |
BluetoothConnectionInsecure | Establishes an insecure Bluetooth® connection to a printer. | |
BluetoothStatusConnection | Establishes a Bluetooth® status only connection to a Link-OS printer. | |
BluetoothStatusConnectionInsecure | Establishes a status only insecure Bluetooth® connection to a Link-OS printer. | |
ConnectionA | Abstract class which implements the default functionality of Connection. | |
ConnectionBuilder | Builds a Connection from a description string. The description string is used to specify a connection to a specific device over TCP or Bluetooth®. | |
ConnectionException | Signals that an error has occurred on the connection. | |
ConnectionReestablisherBase | For Zebra internal use only. | |
ConnectionStatusA | Abstract class which implements the default functionality of StatusConnection. | |
DriverPrinterConnection | Establishes a USB connection to a printer. | |
LogStreamException | Signals that an error has occurred while writing to the connections log stream. | |
MultichannelBluetoothConnection | Establishes a Bluetooth® label and status connection to a printer. | |
MultichannelConnection | Base class for Link-OS printers which support separate printing and status channels. | |
MultichannelTcpConnection | Establishes a Multichannel TCP connection to a device. | |
NotMyConnectionDataException | For internal use of the Zebra Printer API only. | |
TcpConnection | Establishes a TCP connection to a device. | |
TcpStatusConnection | Establishes a status only TCP connection to a device | |
UsbConnection | Establishes an Android™ USB connection to an attached Zebra USB printer. |
Interface | Description | |
---|---|---|
Connection | A connection to a device. | |
ConnectionReestablisher | Defines methods used to reestablish a connection to a printer which may have been closed. | |
ConnectionWithWriteLogging | A connection to a device that copies data sent to the connection to the provided stream. | |
IpAddressable | An interface defining methods associated with a device that may be addressed via an IP connection. | |
ResponseValidator | An interface defining a method to validate whether a response from the printer is complete. | |
StatusConnection | A status connection to a Link-OS printer. The status connection requires Link-OS firmware 2.5 or higher. This connection will not block the printing channel, nor can it print. | |
StatusConnectionWithWriteLogging | A status connection to a Link-OS printer. The status connection requires Link-OS firmware 2.5 or higher. This connection will not block the printing channel, nor can it print.It copies data sent to the connection to the provided stream. | |
UsbPermissionRequestor | Interface defining a UsbPermissionRequestor. |
Enumeration | Description | |
---|---|---|
ConnectionChannel | For printers that support both Status and Printing channel (Link OS printers). |