다음을 통해 공유


GattDeviceService.GetDeviceSelectorForBluetoothDeviceId 메서드

정의

오버로드

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId, BluetoothCacheMode)

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

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId)

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

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId, BluetoothCacheMode)

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

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId ^ bluetoothDeviceId, BluetoothCacheMode cacheMode);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdWithCacheMode")]
 static winrt::hstring GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId const& bluetoothDeviceId, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdWithCacheMode")]
public static string GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId bluetoothDeviceId, BluetoothCacheMode cacheMode);
function getDeviceSelectorForBluetoothDeviceId(bluetoothDeviceId, cacheMode)
Public Shared Function GetDeviceSelectorForBluetoothDeviceId (bluetoothDeviceId As BluetoothDeviceId, cacheMode As BluetoothCacheMode) As String

매개 변수

bluetoothDeviceId
BluetoothDeviceId

bluetooth 디바이스 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

적용 대상

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId)

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

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId ^ bluetoothDeviceId);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceId")]
 static winrt::hstring GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId const& bluetoothDeviceId);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceId")]
public static string GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId bluetoothDeviceId);
function getDeviceSelectorForBluetoothDeviceId(bluetoothDeviceId)
Public Shared Function GetDeviceSelectorForBluetoothDeviceId (bluetoothDeviceId As BluetoothDeviceId) As String

매개 변수

bluetoothDeviceId
BluetoothDeviceId

bluetooth 디바이스 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

적용 대상