Partager via


BluetoothLEDevice.GetDeviceSelectorFromBluetoothAddress Méthode

Définition

Surcharges

GetDeviceSelectorFromBluetoothAddress(UInt64)

Crée une chaîne de filtre AQS (Advanced Query Syntax) à partir d’une adresse 64 bits qui représente un appareil Bluetooth LE. La chaîne AQS est passée à la méthode CreateWatcher pour renvoyer une collection d’objets DeviceInformation .

GetDeviceSelectorFromBluetoothAddress(UInt64, BluetoothAddressType)

Crée une chaîne de filtre AQS (Advanced Query Syntax) à partir d’une adresse 64 bits et d’un type d’adresse qui représente un appareil Bluetooth LE. La chaîne AQS est passée à la méthode CreateWatcher .

GetDeviceSelectorFromBluetoothAddress(UInt64)

Crée une chaîne de filtre AQS (Advanced Query Syntax) à partir d’une adresse 64 bits qui représente un appareil Bluetooth LE. La chaîne AQS est passée à la méthode CreateWatcher pour renvoyer une collection d’objets DeviceInformation .

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

Paramètres

bluetoothAddress
UInt64

unsigned long long

uint64_t

Adresse d’appareil Bluetooth LE 64 bits utilisée pour construire la chaîne AQS.

Retours

String

Platform::String

winrt::hstring

Chaîne AQS qui peut être passée en tant que paramètre à la méthode CreateWatcher .

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v2.0)
Fonctionnalités de l’application
bluetooth

Voir aussi

S’applique à

GetDeviceSelectorFromBluetoothAddress(UInt64, BluetoothAddressType)

Crée une chaîne de filtre AQS (Advanced Query Syntax) à partir d’une adresse 64 bits et d’un type d’adresse qui représente un appareil Bluetooth LE. La chaîne AQS est passée à la méthode CreateWatcher .

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

Paramètres

bluetoothAddress
UInt64

unsigned long long

uint64_t

Adresse d’appareil Bluetooth LE 64 bits utilisée pour construire la chaîne AQS.

bluetoothAddressType
BluetoothAddressType

Type d’adresse d’appareil Bluetooth LE.

Retours

String

Platform::String

winrt::hstring

Chaîne AQS qui peut être passée en tant que paramètre à la méthode CreateWatcher .

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v2.0)
Fonctionnalités de l’application
bluetooth

Voir aussi

S’applique à