Click or drag to resize

DiscoveredPrinterFilter Interface

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.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public interface DiscoveredPrinterFilter

The DiscoveredPrinterFilter type exposes the following members.

Methods
  NameDescription
Public methodShouldAddPrinter
Method called by a discovery operation to determine whether or not the DiscoveredPrinter should be added to the list of discovered devices.
Top
See Also