Share via


GattLocalCharacteristicParameters.ReadProtectionLevel Property

Definition

Gets or sets the read protection level.

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

void ReadProtectionLevel(GattProtectionLevel value);
public GattProtectionLevel ReadProtectionLevel { get; set; }
var gattProtectionLevel = gattLocalCharacteristicParameters.readProtectionLevel;
gattLocalCharacteristicParameters.readProtectionLevel = gattProtectionLevel;
Public Property ReadProtectionLevel As GattProtectionLevel

Property Value

The read protection level.

Windows requirements

App capabilities
bluetooth

Applies to