次の方法で共有


BluetoothLEDevice.GetConnectionPhy メソッド

定義

Bluetooth LE 物理層 (PHY) に関する情報を取得します。

注意

デバイスが接続されていない場合、接続 PHY は無効です (すべて false)

public:
 virtual BluetoothLEConnectionPhy ^ GetConnectionPhy() = GetConnectionPhy;
BluetoothLEConnectionPhy GetConnectionPhy();
public BluetoothLEConnectionPhy GetConnectionPhy();
function getConnectionPhy()
Public Function GetConnectionPhy () As BluetoothLEConnectionPhy

戻り値

周辺機器が現在接続されている Bluetooth LE 物理層 (PHY) に関する情報を表す BluetoothLEConnectionPhy オブジェクト。

Windows の要件

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

適用対象