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