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.Core (in SdkApi.Core.dll) Version: 3.0.3271
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