Contents

CBATTRequest

A request that uses the Attribute Protocol (ATT).

Declaration

class CBATTRequest

Overview

The CBATTRequest class represents Attribute Protocol (ATT) read and write requests from remote central devices (represented by CBCentral objects). Remote centrals use these ATT requests to read and write characteristic values on local peripherals (represented by CBPeripheralManager objects). Local peripherals, on the other hand, use the properties of CBATTRequest objects to respond to the read and write requests appropriately, using the respond(to:withResult:) method of the CBPeripheralManager class.

Topics

Requesting to Read and Write Characteristic Values

See Also

Supporting Types