Contents

descriptors

An array of the characteristic’s descriptors.

Declaration

var descriptors: [CBDescriptor]? { get set }

Discussion

The value of this property is an array of CBDescriptor objects that provide more information about a characteristic’s value. For example, they may describe the value in human-readable form and describe how to format the value for presentation purposes. For more information about characteristic descriptors, see CBDescriptor.

See Also

Managing a Mutable Characteristic