GattLocalCharacteristic.WriteProtectionLevel Property

Definition

Gets the write protection level of this local characteristic.

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

Property Value

The write protection level of this local characteristic.

Windows requirements

App capabilities
bluetooth

Applies to