BluetoothLEPreferredConnectionParametersRequest 类

定义

表示蓝牙 LE 首选连接参数请求。

有关连接参数和 PHY 的详细信息,请参阅 蓝牙核心规范

public ref class BluetoothLEPreferredConnectionParametersRequest sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BluetoothLEPreferredConnectionParametersRequest final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BluetoothLEPreferredConnectionParametersRequest : System.IDisposable
Public NotInheritable Class BluetoothLEPreferredConnectionParametersRequest
Implements IDisposable
继承
Object Platform::Object IInspectable BluetoothLEPreferredConnectionParametersRequest
属性
实现

Windows 要求

要求 说明
设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)
应用功能
bluetooth

属性

名称 说明
Status

获取请求的状态。

方法

名称 说明
Close()

关闭请求。

Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

适用于