BluetoothLEDevice.GetConnectionParameters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート デバイスの接続パラメーターを取得します。 複数のアプリまたはその他のシステム シナリオでもこれらのパラメーターを要求する場合、システムは、システムの優先順位に基づいて、互換性のあるパラメーターを自動的に結合します。
注意
デバイスが接続されていない場合、接続パラメーターは無効です (ゼロすべて)。
public:
virtual BluetoothLEConnectionParameters ^ GetConnectionParameters() = GetConnectionParameters;
BluetoothLEConnectionParameters GetConnectionParameters();
public BluetoothLEConnectionParameters GetConnectionParameters();
function getConnectionParameters()
Public Function GetConnectionParameters () As BluetoothLEConnectionParameters
戻り値
リモート デバイスの接続パラメーターを表す BluetoothLEConnectionParameters オブジェクト。
Windows の要件
デバイス ファミリ |
Windows 11 (10.0.22000.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0 で導入)
|
アプリの機能 |
bluetooth
|