Package | Description |
---|---|
com.zebra.sdk.comm |
Provides implementation for communication protocols.
|
com.zebra.sdk.printer |
Provides implementation for Zebra branded printer functionality.
|
com.zebra.sdk.printer.discovery |
Provides implementation for finding Zebra branded printers.
|
com.zebra.sdk.weblink |
Provides implementation for Weblink configuration.
|
Constructor and Description |
---|
MultichannelTcpConnection(DiscoveredPrinter discoveredPrinter)
Initializes a new instance of the
MultichannelTcpConnection class. |
MultichannelTcpConnection(DiscoveredPrinter discoveredPrinter,
int maxTimeoutForRead,
int timeToWaitForMoreData)
Initializes a new instance of the
MultichannelTcpConnection class. |
MultichannelTcpConnection(DiscoveredPrinter discoveredPrinter,
int printingChannelMaxTimeoutForRead,
int printingChannelTimeToWaitForMoreData,
int statusChannelMaxTimeoutForRead,
int statusChannelTimeToWaitForMoreData)
Initializes a new instance of the
MultichannelTcpConnection class. |
Constructor and Description |
---|
LinkOsInformation(DiscoveredPrinter discoveredPrinter)
Creates a container class to hold Link-OS information based on the supplied
discoveredPrinter . |
Modifier and Type | Class and Description |
---|---|
class |
DiscoveredPrinterBluetooth
Instance of DiscoveredPrinter that is returned when performing a Bluetooth® discovery.
|
class |
DiscoveredPrinterNetwork
Instance of
DiscoveredPrinter that is returned when performing a network
discovery. |
class |
DiscoveredPrinterUsb
Instance of DiscoveredPrinter that is returned when performing a USB discovery.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryHandler.foundPrinter(DiscoveredPrinter printer)
This method is invoked when a printer has been discovered.
|
void |
DiscoveryHandlerLinkOsOnly.foundPrinter(DiscoveredPrinter printer)
This method is invoked when a Link-OS printer has been discovered.
|
Constructor and Description |
---|
WeblinkConfigurator(DiscoveredPrinter printer)
Initializes a new instance of the WeblinkConfiguratior class.
|
© 2015 ZIH Corp. All Rights Reserved.