Reactive Bluetooth Low Energy Framework for iOS  1
RBTMutableDescriptor Class Reference

#import <RBTMutableDescriptor.h>

Inheritance diagram for RBTMutableDescriptor:

Instance Methods

(instancetype) - initWithUUID:value:
 

Properties

RBTMutableCharacteristiccharacteristic
 Parrent characteristic, will be available after the characteristic is added to a service. More...
 
CBMutableDescriptor * cbDescriptor
 CoreBluetooth descriptor. More...
 
CBUUID * UUID
 Unique identifier of this descriptor. More...
 
id value
 Value of this descriptor. More...
 
BOOL published
 Flag whether the descriptor was added to a characteristic an published to a peripheral module. More...
 

Method Documentation

- (instancetype) initWithUUID: (CBUUID *)  UUID
value: (id)  value 

Create a new descriptor. Only the Characteristic User Description and Characteristic Presentation Format descriptors are currently supported due CoreBluetooth restrictions.

Property Documentation

- (CBMutableDescriptor*) cbDescriptor
readnonatomicassign

CoreBluetooth descriptor.

- (RBTMutableCharacteristic*) characteristic
readwritenonatomicweak

Parrent characteristic, will be available after the characteristic is added to a service.

- (BOOL) published
readnonatomicassign

Flag whether the descriptor was added to a characteristic an published to a peripheral module.

- (CBUUID*) UUID
readnonatomicassign

Unique identifier of this descriptor.

- (id) value
readnonatomicassign

Value of this descriptor.


The documentation for this class was generated from the following file: