共用方式為


GattDescriptor.ProtectionLevel 屬性

定義

取得或設定與裝置無線通訊所需的 GATT 安全性選項。

Windows 會在配對程式中與裝置交涉可能的安全性上限,並指定較低層級的安全性不會降低現有的安全性層級。

public:
 property GattProtectionLevel ProtectionLevel { GattProtectionLevel get(); void set(GattProtectionLevel value); };
GattProtectionLevel ProtectionLevel();

void ProtectionLevel(GattProtectionLevel value);
public GattProtectionLevel ProtectionLevel { get; set; }
var gattProtectionLevel = gattDescriptor.protectionLevel;
gattDescriptor.protectionLevel = gattProtectionLevel;
Public Property ProtectionLevel As GattProtectionLevel

屬性值

透過無線與裝置通訊所需的 GATT 安全性選項。

Windows 需求

應用程式功能
bluetooth

適用於