Table of Contents

Class GattLocalDescriptorParameters

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
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

GattProtectionLevel

StaticValue

Gets or sets the static value.

public Buffer StaticValue { get; set; }

Property Value

Buffer

WriteProtectionLevel

Gets or sets the write protection level.

public GattProtectionLevel WriteProtectionLevel { get; set; }

Property Value

GattProtectionLevel