Click or drag to resize

BluetoothDiscovererFindPrinters Method (DiscoveryHandler, DeviceFilter)

Find Bluetooth® devices that are discoverable.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public static void FindPrinters(
	DiscoveryHandler discoveryHandler,
	DeviceFilter deviceFilter
)

Parameters

discoveryHandler
Type: Zebra.Sdk.Printer.DiscoveryDiscoveryHandler
A DiscoveryHandler instance that is used to handle discovery events (e.g. found a printer, errors, discovery finished).
deviceFilter
Type: Zebra.Sdk.Printer.DiscoveryDeviceFilter
A custom DeviceFilter instance used to determine whether or not a discovered device should be ignored.
Exceptions
ExceptionCondition
ConnectionExceptionFor communication or discovery errors.
Remarks
This method will return all devices found, not just Zebra printers.
See Also