Click or drag to resize

Zebra.Sdk.Printer.Discovery Namespace

Provides implementation for finding Zebra branded printers.
Classes
  Class Description
Public class Code example BluetoothDiscoverer A class that discovers Bluetooth® devices.
Public class DiscoveredPrinter Container holding information about a discovered printer.
Public class DiscoveredPrinterBluetooth Instance of DiscoveredPrinter that is returned when performing a Bluetooth® discovery.
Public class DiscoveredPrinterDriver Instance of DiscoveredPrinter that is returned when performing a Driver Discovery.
Public class DiscoveredPrinterNetwork Instance of DiscoveredPrinter that is returned when performing a network discovery.
Public class DiscoveredPrinterUsb Instance of DiscoveredPrinter that is returned when performing a USB discovery.
Public class DiscoveredUsbPrinter Instance of DiscoveredPrinter that is returned when performing a search of currently connected Zebra USB printers.
Public class DiscoveryException Signals that there was an error during discovery.
Public class Code example DiscoveryHandlerLinkOsOnly Class definition for a callback to be invoked for Link-OS™ printer discovery events.
Public class DiscoveryPacketDecodeException Signals that there was an error during discovery packet decoding
Public class Code example DiscoveryUtil Defines functions used when discovering information about a printer.
Public class Code example NetworkDiscoverer A class used to discover printers on an IP Network.
Public class UrlPrinterDiscoverer A class used to discover a printer described by a URL. (Windows 10 only)
Public class Code example UsbDiscoverer A class used to discover USB connected Zebra printers. Printers can be accessed directly or through a Zebra Designer printer driver if your printer supports the driver.
Public class ZebraPrinterFilter DiscoveredPrinterFilter implementation that filters out all unsupported Zebra Printers.
Interfaces
  Interface Description
Public interface DeviceFilter DeviceFilter is an interface to allow the user to write custom code to determine whether or not the BluetoothDiscoverer should include a particular BluetoothDevice in it's result set.
Public interface DiscoveredPrinterFilter DiscoveredPrinterFilter is an interface to allow the user to write custom code to determine whether or not a DiscoveredPrinter should be included in the discovery result.
Public interface DiscoveryHandler Interface definition for a callback to be invoked for printer discovery events
Public interface ServiceDiscoveryHandler Interface definition for a callback to be invoked for service discovery events