Click or drag to resize

DeviceFilter Interface

DeviceFilter is an interface to allow the user to write custom code to determine whether or not the BluetoothDiscoverer should include a particular BluetoothDevice in it's result set.

Namespace:  Zebra.Sdk.Printer.Discovery
Assemblies:   SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax
public interface DeviceFilter
Methods
  NameDescription
Public methodShouldAddPrinter(BluetoothDevice)
Method called by a BluetoothDiscoverer to determine whether or not a Bluetooth® device should be added to it's list of discovered devices.
Public methodShouldAddPrinter(BluetoothDevice)
Method called by a BluetoothDiscoverer to determine whether or not a Bluetooth® device should be added to it's list of discovered devices.
Top
See Also