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.DiscoveryAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax bool ShouldAddPrinter(
DiscoveredPrinter discoveredPrinter
)
Function ShouldAddPrinter (
discoveredPrinter As DiscoveredPrinter
) As Boolean
bool ShouldAddPrinter(
DiscoveredPrinter^ discoveredPrinter
)
Parameters
- discoveredPrinter DiscoveredPrinter
- DiscoveredPrinter to potentially be added to the list of of discovered devices.
Return Value
BooleanA bool indicating whether or not the device should be added.
See Also