#import <RBTCharacteristic.h>
- (RACSignal *) discoverDescriptors |
|
|
|
Retives the related descripors of the characteristic. Returns a signal which completed when successful.
- (instancetype) initWithCBCharacteristic: |
|
(CBCharacteristic *) |
cbCharacteristic |
ofService: |
|
(RBTService *) |
service |
|
|
| |
Designated initializer, should not be used manually.
- (RACSignal *) readValue |
|
|
|
Trigger to read the value of the characteristic. Returns a signal which completed when successful.
- (RACSignal *) setNotifyingStatus: |
|
(BOOL) |
notifying |
|
Set the Characteristic to Notifying or not. Returns a signal which completed when successful.
- (void) writeValue: |
|
(NSData *) |
data |
|
Write data for a characteristic without response.
- (RACSignal *) writeValue: |
|
(NSData *) |
data |
withResponse: |
|
(BOOL) |
response |
|
|
| |
Write data for a characteristic with response.
- (CBCharacteristic*) cbCharacteristic |
|
readnonatomicassign |
CoreBluetooth characteristic.
- (RACSequence *) descriptors |
|
readnonatomicassign |
Related descriptors of the characteristic.
Flag whether the characteristic is notifying to centrals.
- (CBCharacteristicProperties) properties |
|
readnonatomicassign |
Properties (access rights / freatures) of the characteristic (e.g. readable, writable...)
Identifier of the characteristic.
Current value of the characteristic.
- (RACSignal*) valueSignal |
|
readnonatomicassign |
The documentation for this class was generated from the following files: