BluetoothDiscovererFindServices(String, ServiceDiscoveryHandler) Method
|
Find services (ConnectionChannels) that are supported by the device at macAddress.
Namespace: Zebra.Sdk.Printer.DiscoveryAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public static void FindServices(
string macAddress,
ServiceDiscoveryHandler serviceDiscoveryHandler
)
Public Shared Sub FindServices (
macAddress As String,
serviceDiscoveryHandler As ServiceDiscoveryHandler
)
public:
static void FindServices(
String^ macAddress,
ServiceDiscoveryHandler^ serviceDiscoveryHandler
)
Parameters
- macAddress String
- MAC address of the device.
- serviceDiscoveryHandler ServiceDiscoveryHandler
- A ServiceDiscoveryHandler instance that is used to handle service discovery events.
Exceptions See Also