Characteristic

A Characteristic is an Attribute that contains the value of a single piece of data and any required descriptors that describe the value. It is a value used in a service along with properties and configuration information about how the value is accessed and information about how the value is displayed or represented. A Characteristic may contain one or more Descriptor.

Properties

Link copied to clipboard
abstract val descriptors: List<Descriptor>

The list of Descriptor available for this characteristic

Link copied to clipboard

The set of CharacteristicProperty of this characteristic.

Link copied to clipboard
abstract val service: Service

The Service this characteristic belongs to

Link copied to clipboard
abstract val uuid: UUID

The UUID of the attribute