GattLocalDescriptorParameters.ReadProtectionLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = gattLocalDescriptorParameters.readProtectionLevel;
gattLocalDescriptorParameters.readProtectionLevel = gattProtectionLevel;
Public Property ReadProtectionLevel As GattProtectionLevel
Property Value
The read protection level.
Windows requirements
App capabilities |
bluetooth
|