Table of Contents

Interface IGattAttribute

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
Assembly
nanoFramework.Device.Bluetooth.dll

Interface for all attributes ( Services, Characteristics, Descriptors )

public interface IGattAttribute
Extension Methods

Properties

AttributeHandle

Unique Attribute handle.

ushort AttributeHandle { get; }

Property Value

ushort

Uuid

UUID of Attribute.

Guid Uuid { get; }

Property Value

Guid