Contains classes that provide connections to Zebra printers.
Classes
Class | Description | |
---|---|---|
BluetoothPrinterConnection |
Establishes a Bluetooth(R) connection to a printer.
| |
BluetoothStackDescriptorMicrosoft |
Indicates that the Microsoft(R) Bluetooth(R) stack should be used.
| |
BluetoothStackDescriptorStonestreetOne |
Indicates that the Stonestreet One(R) Bluetooth(R) stack should be used.
| |
ParallelPrinterConnection | ||
SerialPrinterConnection |
Establishes a serial (RS-232) connection to a printer.
| |
TcpPrinterConnection |
Establishes a TCP connection to a printer
| |
UsbPrinterConnection |
Establishes a USB connection to a printer
| |
ZebraPrinterConnectionA |
Abstract class which implements the default functionality of ZebraPrinterConnection.
| |
ZebraPrinterStreamConnectionA |
Abstract class which implements functionality for ZebraPrinterConnection objects that use streams.
|
Interfaces
Interface | Description | |
---|---|---|
BluetoothStackDescriptor |
Describe the various Bluetooth(R) stacks that may be available on different devices - Microsoft(R), StoneStreet One(R), etc.
| |
ZebraPrinterConnection |
A connection to a Zebra printer.
|