RfcommDeviceService.GetDeviceSelector(RfcommServiceId) 方法

定义

获取用于标识 RFCOMM 服务实例 (AQS) 字符串的高级查询语法。 此字符串将传递到 CreateWatcher 方法。

public:
 static Platform::String ^ GetDeviceSelector(RfcommServiceId ^ serviceId);
 static winrt::hstring GetDeviceSelector(RfcommServiceId const& serviceId);
public static string GetDeviceSelector(RfcommServiceId serviceId);
function getDeviceSelector(serviceId)
Public Shared Function GetDeviceSelector (serviceId As RfcommServiceId) As String

参数

serviceId
RfcommServiceId

要查询的服务 ID。

返回

String

Platform::String

winrt::hstring

用于标识 RFCOMM 服务实例的 AQS 字符串。

Windows 要求

应用功能
bluetooth

适用于