BluetoothDiscovererFindPrinters(Context, DiscoveryHandler) Method
|
Find Bluetooth® devices that are discoverable.
Namespace: Zebra.Sdk.Printer.DiscoveryAssembly: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax public static void FindPrinters(
Context context,
DiscoveryHandler discoveryHandler
)
Public Shared Sub FindPrinters (
context As Context,
discoveryHandler As DiscoveryHandler
)
public:
static void FindPrinters(
Context^ context,
DiscoveryHandler^ discoveryHandler
)
Parameters
- context Context
- Android™ application context
- discoveryHandler DiscoveryHandler
- a DiscoveryHandler instance that is used to handle discovery events (e.g. found a printer, errors, discovery finished)
Exceptions Remarks This method will return all devices found, not just Zebra printers.
See Also