Condividi tramite


BluetoothDevice.FromBluetoothAddressAsync(UInt64) Metodo

Definizione

Restituisce un oggetto BluetoothDevice per il bluetoothAddress specificato.

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)

Parametri

address
UInt64

unsigned long long

uint64_t

Indirizzo del dispositivo Bluetooth.

Restituisce

Al termine dell'operazione asincrona, restituisce l'oggetto BluetoothDevice con il bluetoothAddress specificato o null se l'indirizzo non viene risolto in un dispositivo valido.

Attributi

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a