次の方法で共有


GattSession.FromDeviceIdAsync(BluetoothDeviceId) メソッド

定義

指定した deviceId から新しい GattSession オブジェクトを作成します。

public:
 static IAsyncOperation<GattSession ^> ^ FromDeviceIdAsync(BluetoothDeviceId ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<GattSession> FromDeviceIdAsync(BluetoothDeviceId const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<GattSession> FromDeviceIdAsync(BluetoothDeviceId deviceId);
function fromDeviceIdAsync(deviceId)
Public Shared Function FromDeviceIdAsync (deviceId As BluetoothDeviceId) As IAsyncOperation(Of GattSession)

パラメーター

deviceId
BluetoothDeviceId

deviceId。

戻り値

新しい GattSession オブジェクトで完了する非同期操作。

属性

Windows の要件

アプリの機能
bluetooth

適用対象