BluetoothDiscovererFindServices Method (Context, String, ServiceDiscoveryHandler)
|
Find services(ConnectionChannels) that are supported by the device at macAddress.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax public static void FindServices(
Context context,
string macAddress,
ServiceDiscoveryHandler serviceDiscoveryHandler
)
Public Shared Sub FindServices (
context As Context,
macAddress As String,
serviceDiscoveryHandler As ServiceDiscoveryHandler
)
public:
static void FindServices(
Context^ context,
String^ macAddress,
ServiceDiscoveryHandler^ serviceDiscoveryHandler
)
Parameters
- context
- Type: Context
Android™ application context - macAddress
- Type: SystemString
MAC address of the device - serviceDiscoveryHandler
- Type: Zebra.Sdk.Printer.DiscoveryServiceDiscoveryHandler
a ServiceDiscoveryHandler instance that is used to handle service discovery events.
Exceptions See Also