BluetoothDevice.FromBluetoothAddressAsync(UInt64) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された 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
|