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