Interface IDescriptor
A descriptor for a GATT characteristic
Assembly: Meadow.Contracts.dll
View Source
public interface IDescriptor : IJsonSerializable
Properties
Handle
Gets or sets the handle of the descriptor.
View Source
ushort Handle { get; set; }
Uuid
Gets the UUID of the descriptor
View Source
string Uuid { get; }