Interface IAttribute
Represents a Bluetooth attribute.
Assembly: Meadow.Contracts.dll
View Source
public interface IAttribute
Properties
DefinitionHandle
Gets or sets the handle of the attribute's definition.
View Source
ushort DefinitionHandle { get; set; }
ValueHandle
Gets or sets the handle of the attribute's value.
View Source
ushort ValueHandle { get; set; }
Methods
HandleDataWrite(byte[])
Handles the write operation for the attribute with the specified data.
View Source
void HandleDataWrite(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | data | The data to be written. |