Package | Description |
---|---|
com.zebra.sdk.common.card.printer.discovery |
Provides interfaces for discovering Zebra card printers.
|
Modifier and Type | Method and Description |
---|---|
static void |
NetworkCardDiscoverer.directedBroadcast(DiscoveryHandler discoveryHandler,
String ipAddress)
Sends a directed broadcast discovery packet to the subnet specified by
ipAddress . |
static void |
NetworkCardDiscoverer.findPrinters(DiscoveryHandler discoveryHandler)
This method will search the network using a combination of discovery methods to find printers on the network.
|
static void |
NetworkCardDiscoverer.findPrinters(DiscoveryHandler discoveryHandler,
java.util.List<String> printersToFind)
Sends a discovery request to the list of printer DNS names or IPs in
printersToFind . |
static void |
NetworkCardDiscoverer.localBroadcast(DiscoveryHandler discoveryHandler)
Sends a local broadcast packet.
|
static void |
NetworkCardDiscoverer.subnetSearch(DiscoveryHandler discoveryHandler,
String subnetRange)
Sends a discovery packet to the IPs specified in the
subnetRange . |
© 2016 ZIH Corp. All Rights Reserved.