共用方式為


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

適用於