Share via


BluetoothLEConnectionPhyInfo クラス

定義

Bluetooth LE 物理レイヤー (PHY) に関する情報を表します。

接続パラメーターと PHY の詳細については、 Bluetooth Core 仕様に関するページを参照してください。

public ref class BluetoothLEConnectionPhyInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BluetoothLEConnectionPhyInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BluetoothLEConnectionPhyInfo
Public NotInheritable Class BluetoothLEConnectionPhyInfo
継承
Object Platform::Object IInspectable BluetoothLEConnectionPhyInfo
属性

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)
アプリの機能
bluetooth

プロパティ

IsCodedPhy

Bluetooth LE 物理層 (PHY) が LE Coded であるかどうかを示す値を取得します。

IsUncoded1MPhy

Bluetooth LE 物理層 (PHY) が (コーディングされていない) LE 1M であるかどうかを示す値を取得します。

IsUncoded2MPhy

Bluetooth LE 物理層 (PHY) が (コード化されていない) LE 2M であるかどうかを示す値を取得します。

適用対象