Uses of Class
com.zebra.sdk.printer.discovery.DiscoveryException
Packages that use DiscoveryException
Package
Description
Provides implementation for communication protocols.
Provides implementation for Zebra branded printer functionality.
Provides implementation for finding Zebra branded printers.
-
Uses of DiscoveryException in com.zebra.sdk.comm
Methods in com.zebra.sdk.comm that throw DiscoveryExceptionModifier and TypeMethodDescriptionvoidConnectionReestablisher.reestablishConnection(PrinterReconnectionHandler handler) Reestablishes a connection to a printer which may have been closed due to an event, like a reboot. -
Uses of DiscoveryException in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that throw DiscoveryExceptionModifier and TypeMethodDescriptionvoidFirmwareUpdaterLinkOs.updateFirmware(String firmwareFilePath, long timeout, FirmwareUpdateHandler handler) Update firmware on the printer using the specifiedtimeout.voidFirmwareUpdaterLinkOs.updateFirmware(String firmwareFilePath, FirmwareUpdateHandler handler) Update firmware on the printer using the default timeout of 10 minutes.static voidPrinterUtil.updateFirmware(String connection, String firmwareFilePath, long timeout) Update the printer firmware.voidFirmwareUpdaterLinkOs.updateFirmwareUnconditionally(String firmwareFilePath, long timeout, FirmwareUpdateHandler handler) Update firmware on the printer, using the specifiedtimeout, regardless of the firmware version currently on the printer.voidFirmwareUpdaterLinkOs.updateFirmwareUnconditionally(String firmwareFilePath, FirmwareUpdateHandler handler) Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version currently on the printer. -
Uses of DiscoveryException in com.zebra.sdk.printer.discovery
Methods in com.zebra.sdk.printer.discovery that throw DiscoveryExceptionModifier and TypeMethodDescriptionstatic voidNetworkDiscoverer.directedBroadcast(DiscoveryHandler discoveryHandler, String ipAddress) Sends a directed broadcast discovery packet to the subnet specified byipAddress.static voidNetworkDiscoverer.directedBroadcast(DiscoveryHandler discoveryHandler, String ipAddress, int waitForResponsesTimeout) Sends a directed broadcast discovery packet to the subnet specified byipAddress.static voidNetworkDiscoverer.findPrinters(DiscoveryHandler discoveryHandler) This method will search the network using a combination of discovery methods to find printers on the network.static voidNetworkDiscoverer.findPrinters(DiscoveryHandler discoveryHandler, List<String> printersToFind) Sends a discovery request to the list of printer DNS names or IPs inprintersToFind.static voidNetworkDiscoverer.findPrinters(DiscoveryHandler discoveryHandler, List<String> printersToFind, int waitForResponsesTimeout) Sends a discovery request to the list of printer DNS names or IPs inprintersToFind.static voidNetworkDiscoverer.ipv6Multicast(DiscoveryHandler discoveryHandler, int hops) Sends an IPv6 multicast discovery packet.static voidNetworkDiscoverer.ipv6Multicast(DiscoveryHandler discoveryHandler, int hops, int waitForResponsesTimeout) Sends an IPv6 multicast discovery packet.static voidNetworkDiscoverer.localBroadcast(DiscoveryHandler discoveryHandler) Sends a local broadcast packet.static voidNetworkDiscoverer.localBroadcast(DiscoveryHandler discoveryHandler, int waitForResponsesTimeout) Sends a local broadcast packet.static voidNetworkDiscoverer.multicast(DiscoveryHandler discoveryHandler, int hops) Sends a multicast discovery packet.static voidNetworkDiscoverer.multicast(DiscoveryHandler discoveryHandler, int hops, int waitForResponsesTimeout) Sends a multicast discovery packet.static voidNetworkDiscoverer.subnetSearch(DiscoveryHandler discoveryHandler, String subnetRange) Sends a discovery packet to the IPs specified in thesubnetRange.static voidNetworkDiscoverer.subnetSearch(DiscoveryHandler discoveryHandler, String subnetRange, int waitForResponsesTimeout) Sends a discovery packet to the IPs specified in thesubnetRange.