BluetoothLEPreferredConnectionParameters.ThroughputOptimized 属性

定义

一个静态属性,用于获取一组更具攻击性的连接参数,针对更快的吞吐量进行优化,但代价是消耗电源。

注意

此外,还可以减少可以同时与其他蓝牙设备建立的连接数。

public:
 static property BluetoothLEPreferredConnectionParameters ^ ThroughputOptimized { BluetoothLEPreferredConnectionParameters ^ get(); };
static BluetoothLEPreferredConnectionParameters ThroughputOptimized();
public static BluetoothLEPreferredConnectionParameters ThroughputOptimized { get; }
var bluetoothLEPreferredConnectionParameters = BluetoothLEPreferredConnectionParameters.throughputOptimized;
Public Shared ReadOnly Property ThroughputOptimized As BluetoothLEPreferredConnectionParameters

属性值

一个 BluetoothLEPreferredConnectionParameters 对象,该对象表示一组更具攻击性的连接参数,针对更快的吞吐量进行优化,但代价是消耗电源。

Windows 要求

应用功能
bluetooth

适用于