Zebra LinkOS Multiplatform SDK for Xamarin  1.1
Link-OS Portable Class Library Plugin for Xamarin
LinkOS.Plugin.BluetoothDiscovererImplementation Class Reference

The implementation class that discovers Bluetooth� devices. More...

Inheritance diagram for LinkOS.Plugin.BluetoothDiscovererImplementation:
LinkOS.Plugin.Abstractions.IBluetoothDiscoverer

Public Member Functions

void FindPrinters (object androidContext, IDiscoveryHandler handler)
 Find Bluetooth® devices that are discoverable. Note: This method will return all devices found, not just Zebra printers Note: This method should not be called from the application main thread. More...
 

Detailed Description

The implementation class that discovers Bluetooth� devices.

Member Function Documentation

void LinkOS.Plugin.BluetoothDiscovererImplementation.FindPrinters ( object  androidContext,
IDiscoveryHandler  handler 
)
inline

Find Bluetooth® devices that are discoverable. Note: This method will return all devices found, not just Zebra printers Note: This method should not be called from the application main thread.

Parameters
androidContextAndroid™ application context. Pass null if iOS implementation.
handlera DiscoveryHandler instance that is used to handle discovery events (e.g. found a printer, errors, discovery finished).

Implements LinkOS.Plugin.Abstractions.IBluetoothDiscoverer.


The documentation for this class was generated from the following file: