Contents

CBCharacteristic

A characteristic of a remote peripheral’s service.

Declaration

class CBCharacteristic

Overview

CBCharacteristic and its subclass CBMutableCharacteristic represent further information about a peripheral’s service. In particular, CBCharacteristic objects represent the characteristics of a remote peripheral’s service. A characteristic contains a single value and any number of descriptors describing that value. The properties of a characteristic determine how you can use a characteristic’s value, and how you access the descriptors.

Topics

Identifying a Characteristic

Accessing Characteristic Data

See Also

Services