Skip to main content

Struct KnownCharacteristic

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

Assembly: Meadow.dll
View Source
public struct KnownCharacteristic

Properties

Name

Gets the name of the characteristic.

View Source
public readonly string Name { get; }

Id

Gets the GUID of the characteristic.

View Source
public readonly Guid Id { get; }