Click or drag to resize

DiscoveredPrinterFilterShouldAddPrinter Method

Method called by a discovery operation to determine whether or not the DiscoveredPrinter should be added to the list of discovered devices.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
bool ShouldAddPrinter(
	DiscoveredPrinter discoveredPrinter
)

Parameters

discoveredPrinter
Type: Zebra.Sdk.Printer.DiscoveryDiscoveredPrinter
DiscoveredPrinter to potentially be added to the list of of discovered devices.

Return Value

Type: Boolean
A bool indicating whether or not the device should be added.
See Also