BluetoothDevice.GetDeviceSelectorFromBluetoothAddress(UInt64) 메서드

정의

Bluetooth 디바이스를 나타내는 64비트 주소에서 AQS(고급 쿼리 구문) 필터 문자열을 만듭니다. AQS 문자열은 DeviceInformation 개체의 컬렉션을 반환하기 위해 CreateWatcher 메서드에 전달됩니다.

public:
 static Platform::String ^ GetDeviceSelectorFromBluetoothAddress(unsigned long long bluetoothAddress);
 static winrt::hstring GetDeviceSelectorFromBluetoothAddress(uint64_t const& bluetoothAddress);
public static string GetDeviceSelectorFromBluetoothAddress(ulong bluetoothAddress);
function getDeviceSelectorFromBluetoothAddress(bluetoothAddress)
Public Shared Function GetDeviceSelectorFromBluetoothAddress (bluetoothAddress As ULong) As String

매개 변수

bluetoothAddress
UInt64

unsigned long long

uint64_t

AQS 문자열을 생성하는 데 사용되는 64비트 Bluetooth 디바이스 주소입니다.

반환

String

Platform::String

winrt::hstring

CreateWatcher 메서드에 매개 변수로 전달할 수 있는 AQS 문자열입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)
앱 기능
bluetooth

적용 대상