Click or drag to resize

DeviceFilterShouldAddPrinter Method

Method called by a BluetoothDiscoverer to determine whether or not a Bluetooth® device should be added to it's list of discovered devices.

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

Parameters

device
Type: BluetoothDevice
BluetoothDevice to potentially be added to the list of of discovered Bluetooth® devices.

Return Value

Type: Boolean
A bool indicating whether or not a particular BluetoothDevice should be added.
See Also