Reactive Bluetooth Low Energy Framework for iOS  1
<RBTCharacteristicRequestDelegate> Protocol Reference

#import <RBTCharacteristicRequestDelegate.h>

Inheritance diagram for <RBTCharacteristicRequestDelegate>:

Instance Methods

(void) - handleReadRequest:
 
(void) - handleWriteRequest:
 

Method Documentation

- (void) handleReadRequest: (CBATTRequest *)  request
required

Invoked when characteristic receives a read request.

For every invocation of this method, respondToRequest:withResult: must be called.

- (void) handleWriteRequest: (CBATTRequest *)  request
required

Invoked when characteristic receives a write request.

For every invocation of this method, respondToRequest:withResult: must be called.


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