Contents

read

A property that indicates a peripheral can read the characteristic’s value.

Declaration

static var read: CBCharacteristicProperties { get }

Discussion

Use the readValue(for:) method of the CBPeripheral class to read the value of a characteristic.

See Also

Characteristic Properties