BluetoothDevice.FromBluetoothAddressAsync(UInt64) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
|