Struct KnownService
Represents a known Bluetooth GATT service with a name and a GUID.
Assembly: Meadow.dll
View Source
public struct KnownService
Properties
Name
Gets the name of the service.
View Source
public readonly string Name { get; }
Id
Gets the GUID of the service.
View Source
public readonly Guid Id { get; }