Class KnownCharacteristics
Provides a static class for known Bluetooth GATT characteristics and their lookup.
Assembly: Meadow.dll
View Source
public static class KnownCharacteristics
Methods
Lookup(Guid)
Looks up a known characteristic based on its GUID.
View Source
public static KnownCharacteristic Lookup(Guid id)
Returns
Meadow.Gateways.Bluetooth.KnownCharacteristic: A Meadow.Gateways.Bluetooth.KnownCharacteristic instance representing the characteristic.
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | The GUID of the characteristic to look up. |