Class GattLocalDescriptorParameters
- Assembly
- nanoFramework.Device.Bluetooth.dll
This class defines the parameters of a descriptor.
public class GattLocalDescriptorParameters
- Inheritance
-
GattLocalDescriptorParameters
- Inherited Members
- Extension Methods
Constructors
GattLocalDescriptorParameters()
Creates a new GattLocalDescriptorParameters object.
public GattLocalDescriptorParameters()
Properties
ReadProtectionLevel
Gets or sets the read protection level.
public GattProtectionLevel ReadProtectionLevel { get; set; }
Property Value
StaticValue
Gets or sets the static value.
public Buffer StaticValue { get; set; }
Property Value
WriteProtectionLevel
Gets or sets the write protection level.
public GattProtectionLevel WriteProtectionLevel { get; set; }