次の方法で共有


BluetoothDevice.FromBluetoothAddressAsync(UInt64) メソッド

定義

指定された BluetoothAddress の BluetoothDevice オブジェクトを返 します

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)

パラメーター

address
UInt64

unsigned long long

uint64_t

Bluetooth デバイスのアドレス。

戻り値

非同期操作が完了した後、指定された BluetoothAddress を持つ BluetoothDevice オブジェクトを返します。アドレスが有効なデバイスに解決されない場合は null を返します。

属性

Windows の要件

アプリの機能
bluetooth

適用対象