Reactive Bluetooth Low Energy Framework for iOS
1
|
#import <RBTDescriptor.h>
Instance Methods | |
(instancetype) | - initWithCBDescriptor:ofCharacteristic: |
(RACSignal *) | - readValue |
Retrive the current value of the descriptor. More... | |
(RACSignal *) | - writeValue: |
Write data to the descriptor. More... | |
Properties | |
RBTCharacteristic * | characteristic |
Parrent Characteristic. More... | |
RBTService * | service |
Parrent Service. More... | |
RBTPeripheral * | peripheral |
Parrent Peripheral. More... | |
CBDescriptor * | cbDescriptor |
Wrapped CoreBluetooth descriptor. More... | |
CBUUID * | UUID |
Identifier of the characteristic. More... | |
id | value |
Current Value of the descriptor. More... | |
- (instancetype) initWithCBDescriptor: | (CBDescriptor *) | cbDescriptor | |
ofCharacteristic: | (RBTCharacteristic *) | characteristic | |
Designated initializer, should not be used manually.
- (RACSignal *) readValue |
Retrive the current value of the descriptor.
- (RACSignal *) writeValue: | (NSData *) | data |
Write data to the descriptor.
|
readnonatomicassign |
Wrapped CoreBluetooth descriptor.
|
readnonatomicweak |
Parrent Characteristic.
|
readnonatomicweak |
Parrent Peripheral.
|
readnonatomicweak |
Parrent Service.
|
readnonatomicassign |
Identifier of the characteristic.
|
readnonatomicassign |
Current Value of the descriptor.