Click or drag to resize

DeviceFilterShouldAddPrinter(BluetoothDevice) 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: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax
bool ShouldAddPrinter(
	BluetoothDevice device
)

Parameters

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

Return Value

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