Freigeben über


BluetoothLEDevice.GetDeviceSelectorFromBluetoothAddress Methode

Definition

Überlädt

GetDeviceSelectorFromBluetoothAddress(UInt64)

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

GetDeviceSelectorFromBluetoothAddress(UInt64, BluetoothAddressType)

Erstellt eine AQS-Filterzeichenfolge (Advanced Query Syntax) aus einer 64-Bit-Adresse und einem Adresstyp, der ein Bluetooth LE-Gerät darstellt. Die AQS-Zeichenfolge wird an die CreateWatcher-Methode übergeben.

GetDeviceSelectorFromBluetoothAddress(UInt64)

Erstellt eine AQS-Filterzeichenfolge (Advanced Query Syntax) aus einer 64-Bit-Adresse, die ein Bluetooth LE-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);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromBluetoothAddress")]
 static winrt::hstring GetDeviceSelectorFromBluetoothAddress(uint64_t const& bluetoothAddress);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromBluetoothAddress")]
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 LE-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.

Attribute

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

Weitere Informationen

Gilt für:

GetDeviceSelectorFromBluetoothAddress(UInt64, BluetoothAddressType)

Erstellt eine AQS-Filterzeichenfolge (Advanced Query Syntax) aus einer 64-Bit-Adresse und einem Adresstyp, der ein Bluetooth LE-Gerät darstellt. Die AQS-Zeichenfolge wird an die CreateWatcher-Methode übergeben.

public:
 static Platform::String ^ GetDeviceSelectorFromBluetoothAddress(unsigned long long bluetoothAddress, BluetoothAddressType bluetoothAddressType);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromBluetoothAddressWithBluetoothAddressType")]
 static winrt::hstring GetDeviceSelectorFromBluetoothAddress(uint64_t const& bluetoothAddress, BluetoothAddressType const& bluetoothAddressType);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromBluetoothAddressWithBluetoothAddressType")]
public static string GetDeviceSelectorFromBluetoothAddress(ulong bluetoothAddress, BluetoothAddressType bluetoothAddressType);
function getDeviceSelectorFromBluetoothAddress(bluetoothAddress, bluetoothAddressType)
Public Shared Function GetDeviceSelectorFromBluetoothAddress (bluetoothAddress As ULong, bluetoothAddressType As BluetoothAddressType) As String

Parameter

bluetoothAddress
UInt64

unsigned long long

uint64_t

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

bluetoothAddressType
BluetoothAddressType

Der Bluetooth LE-Geräteadresstyp.

Gibt zurück

String

Platform::String

winrt::hstring

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

Attribute

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

Weitere Informationen

Gilt für: