BluetoothLEConnectionParameters クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public ref class BluetoothLEConnectionParameters sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BluetoothLEConnectionParameters final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BluetoothLEConnectionParameters
Public NotInheritable Class BluetoothLEConnectionParameters
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 11 (10.0.22000.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0 で導入)
|
アプリの機能 |
bluetooth
|
プロパティ
ConnectionInterval |
inverval 接続を取得します。 接続の inverval は、0x0006から0x0C80までの 1.25 ミリ秒の増分として定義されます。 Time(ms) = Interval * 1.25ms。 |
ConnectionLatency |
接続の待機時間を取得します。 接続待機時間は、0x0000から0x01F3までの接続イベントで定義されます。 |
LinkTimeout |
接続リンク監視のタイムアウトを取得します。 接続リンク監視のタイムアウトは、0x000Aから0x0C80までの 10 ミリ秒単位で定義されます。 Time(ms) = LinkTimeout * 10ms。 |