Skip to main content

Interface IAttribute

Represents a Bluetooth attribute.

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

Properties​

DefinitionHandle​

Gets or sets the handle of the attribute's definition.

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

ValueHandle​

Gets or sets the handle of the attribute's value.

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

Methods​

HandleDataWrite(byte[])​

Handles the write operation for the attribute with the specified data.

View Source​
Declaration
void HandleDataWrite(byte[] data)
Parameters​
TypeNameDescription
System.Byte[]dataThe data to be written.