CGA_Bluetooth_Descriptor_ClientCharacteristicConfiguration
public class CGA_Bluetooth_Descriptor_ClientCharacteristicConfiguration : CGA_Bluetooth_Descriptor
This class “wraps” instances of The Client Characteristic Configuration CBDescriptor, adding some functionality, and linking the hierarchy.
-
Declaration
Swift
public var isNotifying: Bool { get }
Return Value
True, if the Characteristic is currently notifying.
-
Declaration
Swift
public var isIndicating: Bool { get }
Return Value
True, if the Characteristic is currently indicating.
-
This is the UUID for the Client Characteristic Configuration Descriptor.
Declaration
Swift
internal override class var uuid: String { get }