Skip to main content

Interface IService

Represents a service in Bluetooth GATT.

Assembly: Meadow.Contracts.dll​
View Source​
Declaration
public interface IService : IJsonSerializable

Properties​

Handle​

Gets or sets the handle of the service.

View Source​
Declaration
ushort Handle { get; set; }

Name​

Gets the name of the service.

View Source​
Declaration
string Name { get; }

Uuid​

Gets the UUID of the service.

View Source​
Declaration
ushort Uuid { get; }

Characteristics​

Gets the collection of characteristics associated with the service.

View Source​
Declaration
CharacteristicCollection Characteristics { get; }