Contents

CBCharacteristicWriteType

Values representing the possible write types to a characteristic’s value.

Declaration

enum CBCharacteristicWriteType

Overview

Characteristic write types have corresponding restrictions on the length of the data that you can write to a characteristic’s value. For the CBCharacteristicWriteType.withResponse write type’s restrictions, see the Bluetooth 4.0 specification, Volume 3, Part G, Sections 4.9.3–4. For the CBCharacteristicWriteType.withoutResponse write type restrictions, see the Bluetooth 4.0 specification, Volume 3, Part G, Sections 4.9.1–2.

Topics

Write Types

Initializers

See Also

Writing Characteristic and Descriptor Values