GattLocalDescriptorParameters.WriteProtectionLevel 属性

定义

获取或设置写入保护级别。

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

void WriteProtectionLevel(GattProtectionLevel value);
public GattProtectionLevel WriteProtectionLevel { get; set; }
var gattProtectionLevel = gattLocalDescriptorParameters.writeProtectionLevel;
gattLocalDescriptorParameters.writeProtectionLevel = gattProtectionLevel;
Public Property WriteProtectionLevel As GattProtectionLevel

属性值

写入保护级别。

Windows 要求

应用功能
bluetooth

适用于