GattDeviceService.GetDeviceSelectorForBluetoothDeviceIdAndUuid 메서드

정의

오버로드

GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid)

BluetoothDeviceId 및 serviceUuid에서 CreateWatcher 메서드에 사용할 적합한 AQS 필터 문자열을 만듭니다.

GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid, BluetoothCacheMode)

BluetoothDeviceId 및 serviceUuid에서 CreateWatcher 메서드에 사용할 적합한 AQS 필터 문자열을 만듭니다.

GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid)

BluetoothDeviceId 및 serviceUuid에서 CreateWatcher 메서드에 사용할 적합한 AQS 필터 문자열을 만듭니다.

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId ^ bluetoothDeviceId, Platform::Guid serviceUuid);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdAndUuid")]
 static winrt::hstring GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId const& bluetoothDeviceId, winrt::guid const& serviceUuid);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdAndUuid")]
public static string GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId bluetoothDeviceId, Guid serviceUuid);
function getDeviceSelectorForBluetoothDeviceIdAndUuid(bluetoothDeviceId, serviceUuid)
Public Shared Function GetDeviceSelectorForBluetoothDeviceIdAndUuid (bluetoothDeviceId As BluetoothDeviceId, serviceUuid As Guid) As String

매개 변수

bluetoothDeviceId
BluetoothDeviceId

bluetooth 디바이스 ID입니다.

serviceUuid
Guid

Platform::Guid

winrt::guid

GATT 서비스 ID입니다.

반환

String

Platform::String

winrt::hstring

GATT 서비스 instance 경로를 검색하기 위해 CreateWatcher 메서드에 매개 변수로 전달할 수 있는 적합한 AQS 선택기 문자열입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
앱 기능
bluetooth

적용 대상

GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid, BluetoothCacheMode)

BluetoothDeviceId 및 serviceUuid에서 CreateWatcher 메서드에 사용할 적합한 AQS 필터 문자열을 만듭니다.

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId ^ bluetoothDeviceId, Platform::Guid serviceUuid, BluetoothCacheMode cacheMode);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdAndUuidWithCacheMode")]
 static winrt::hstring GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId const& bluetoothDeviceId, winrt::guid const& serviceUuid, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdAndUuidWithCacheMode")]
public static string GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId bluetoothDeviceId, Guid serviceUuid, BluetoothCacheMode cacheMode);
function getDeviceSelectorForBluetoothDeviceIdAndUuid(bluetoothDeviceId, serviceUuid, cacheMode)
Public Shared Function GetDeviceSelectorForBluetoothDeviceIdAndUuid (bluetoothDeviceId As BluetoothDeviceId, serviceUuid As Guid, cacheMode As BluetoothCacheMode) As String

매개 변수

bluetoothDeviceId
BluetoothDeviceId

bluetooth 디바이스 ID입니다.

serviceUuid
Guid

Platform::Guid

winrt::guid

GATT 서비스 ID입니다.

cacheMode
BluetoothCacheMode

캐시 모드입니다.

반환

String

Platform::String

winrt::hstring

GATT 서비스 instance 경로를 검색하기 위해 CreateWatcher 메서드에 매개 변수로 전달할 수 있는 적합한 AQS 선택기 문자열입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
앱 기능
bluetooth

적용 대상