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