CGA_Bluetooth_Descriptor_Characteristic_Extended_Properties
public class CGA_Bluetooth_Descriptor_Characteristic_Extended_Properties : CGA_Bluetooth_Descriptor
This class “wraps” instances of The Characteristic Extended Properties CBDescriptor, adding some functionality, and linking the hierarchy.
-
Declaration
Swift
public var isReliableWriteEnabled: Bool { get }
Return Value
True, if the Characteristic has Reliable Write Enabled.
-
Declaration
Swift
public var isWritableAuxiliariesEnabled: Bool { get }
Return Value
True, if the Characteristic has Writable Auxiliaries enabled.
-
This is the UUID for the Client Characteristic Configuration Descriptor.
Declaration
Swift
internal override class var uuid: String { get }