Interface IService
Represents a service in Bluetooth GATT.
Assembly: Meadow.Contracts.dll
View Source
public interface IService : IJsonSerializable
Properties
Handle
Gets or sets the handle of the service.
View Source
ushort Handle { get; set; }
Name
Gets the name of the service.
View Source
string Name { get; }
Uuid
Gets the UUID of the service.
View Source
ushort Uuid { get; }
Characteristics
Gets the collection of characteristics associated with the service.
View Source
CharacteristicCollection Characteristics { get; }