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.remote.discovery |
Provides implementation for finding Link-OS printers connected to a remote Zebra Web Service servlet via Web Sockets.
|
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 |
DiscoveredPrinterDriver
Instance of
DiscoveredPrinter that is returned when performing a Driver
Discovery. |
class |
DiscoveredPrinterNetwork
Instance of
DiscoveredPrinter that is returned when performing a network
discovery. |
class |
DiscoveredUsbPrinter
Instance of
DiscoveredPrinter that is returned when performing a search of
currently connected Zebra USB printers. |
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.
|
Modifier and Type | Method and Description |
---|---|
static List<DiscoveredPrinter> |
RemoteDiscoverer.getConnectedPrinters()
Returns a list of remotely connected Zebra printers.
|
static List<DiscoveredPrinter> |
RemoteDiscoverer.getConnectedPrinters(int rmiServerPort)
Returns a list of remotely connected Zebra printers.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionHandlerI.connectionEstablished(DiscoveredPrinter printer)
Called when a printer establishes a connection.
|
void |
ConnectionHandlerI.connectionRemoved(DiscoveredPrinter printer)
Called when a printer goes offline.
|
Constructor and Description |
---|
WeblinkConfigurator(DiscoveredPrinter printer)
Initializes a new instance of the WeblinkConfiguratior class.
|
© 2016 ZIH Corp. All Rights Reserved.