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.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
bool ShouldAddPrinter(
	DiscoveredPrinter discoveredPrinter
)

Parameters

discoveredPrinter  DiscoveredPrinter
DiscoveredPrinter to potentially be added to the list of of discovered devices.

Return Value

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