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

适用于