GattLocalCharacteristic.ReadProtectionLevel Property

Definition

Gets the read protection level of this local characteristic.

public:
 property GattProtectionLevel ReadProtectionLevel { GattProtectionLevel get(); };
GattProtectionLevel ReadProtectionLevel();
public GattProtectionLevel ReadProtectionLevel { get; }
var gattProtectionLevel = gattLocalCharacteristic.readProtectionLevel;
Public ReadOnly Property ReadProtectionLevel As GattProtectionLevel

Property Value

The read protection level of this local characteristic.

Windows requirements

App capabilities
bluetooth

Applies to