Freigeben über


BluetoothDevice.FromBluetoothAddressAsync(UInt64) Methode

Definition

Gibt ein BluetoothDevice-Objekt für die angegebene BluetoothAddress zurück.

public:
 static IAsyncOperation<BluetoothDevice ^> ^ FromBluetoothAddressAsync(unsigned long long address);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<BluetoothDevice> FromBluetoothAddressAsync(uint64_t const& address);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<BluetoothDevice> FromBluetoothAddressAsync(ulong address);
function fromBluetoothAddressAsync(address)
Public Shared Function FromBluetoothAddressAsync (address As ULong) As IAsyncOperation(Of BluetoothDevice)

Parameter

address
UInt64

unsigned long long

uint64_t

Die Adresse des Bluetooth-Geräts.

Gibt zurück

Gibt nach Abschluss des asynchronen Vorgangs das BluetoothDevice-Objekt mit der angegebenen BluetoothAddress oder NULL zurück, wenn die Adresse nicht in ein gültiges Gerät aufgelöst wird.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: