Skip to main content

Class KnownServices

Provides a static class for known Bluetooth GATT services and their lookup.

Assembly: Meadow.dll
View Source
Declaration
public static class KnownServices

Methods

Lookup(Guid)

Looks up a known service based on its GUID.

View Source
Declaration
public static KnownService Lookup(Guid id)
Returns

Meadow.Gateways.Bluetooth.KnownService instance representing the service.

Parameters
TypeNameDescription
System.GuididThe GUID of the service to look up.