Interface IGattAttribute
- 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
Uuid
UUID of Attribute.
Guid Uuid { get; }