Skip to main content

Struct KnownDescriptor

Represents a known Bluetooth GATT descriptor with a name and a GUID.

Assembly: Meadow.dll
View Source
public struct KnownDescriptor

Properties

Name

Gets the name of the descriptor.

View Source
public readonly string Name { get; }

Id

Gets the GUID of the descriptor.

View Source
public readonly Guid Id { get; }