Package | Description |
---|---|
com.zebra.sdk.common.card.printer.discovery |
Provides interfaces for discovering Zebra card printers.
|
com.zebra.sdk.printer.discovery |
Provides implementation for finding Zebra branded printers.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscoveredCardPrinterNetwork
Instance of
DiscoveredPrinter that is returned when performing a network discovery for card printers. |
Modifier and Type | Method and Description |
---|---|
boolean |
ZebraCardPrinterFilter.shouldAddPrinter(DiscoveredPrinter discoveredPrinter)
Determines if the
|
Modifier and Type | Class and Description |
---|---|
class |
DiscoveredPrinterDriver
Instance of
DiscoveredPrinter that is returned when performing a Driver
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.
|
boolean |
DiscoveredPrinterFilter.shouldAddPrinter(DiscoveredPrinter discoveredPrinter)
Method called by a discovery operation to determine whether or not the
DiscoveredPrinter should be added to the list of discovered devices. |
boolean |
ZebraPrinterFilter.shouldAddPrinter(DiscoveredPrinter discoveredPrinter)
Determines if the
|
© 2016 ZIH Corp. All Rights Reserved.