Reactive Bluetooth Low Energy Framework for iOS
1
|
#import <RBTCharacteristicRequestDelegate.h>
Instance Methods | |
(void) | - handleReadRequest: |
(void) | - handleWriteRequest: |
|
required |
Invoked when characteristic receives a read request.
For every invocation of this method, respondToRequest:withResult: must be called.
|
required |
Invoked when characteristic receives a write request.
For every invocation of this method, respondToRequest:withResult: must be called.