GattDeviceService.GetDeviceSelectorForBluetoothDeviceIdAndUuid 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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입니다.
반환
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
캐시 모드입니다.
반환
GATT 서비스 instance 경로를 검색하기 위해 CreateWatcher 메서드에 매개 변수로 전달할 수 있는 적합한 AQS 선택기 문자열입니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
앱 기능 |
bluetooth
|