Click or drag to resize

BluetoothDiscovererFindServices Method (String, ServiceDiscoveryHandler)

Find services (ConnectionChannels) that are supported by the device at macAddress.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
Syntax
public static void FindServices(
	string macAddress,
	ServiceDiscoveryHandler serviceDiscoveryHandler
)

Parameters

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
ExceptionCondition
ArgumentExceptionThe Bluetooth MAC address is invalid.
See Also