Freigeben über


BluetoothDevice.GetDeviceSelectorFromBluetoothAddress(UInt64) Methode

Definition

Erstellt eine AQS-Filterzeichenfolge (Advanced Query Syntax) aus einer 64-Bit-Adresse, die ein Bluetooth-Gerät darstellt. Die AQS-Zeichenfolge wird an die CreateWatcher-Methode übergeben, um eine Auflistung von DeviceInformation-Objekten zurückzugeben.

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

Parameter

bluetoothAddress
UInt64

unsigned long long

uint64_t

Eine 64-Bit-Bluetooth-Geräteadresse, die zum Erstellen der AQS-Zeichenfolge verwendet wird.

Gibt zurück

String

Platform::String

winrt::hstring

Eine AQS-Zeichenfolge, die als Parameter an die CreateWatcher-Methode übergeben werden kann.

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)
App-Funktionen
bluetooth

Gilt für: