#import <BLIPRequest.h>
Inherits BLIPMessage.
Public Member Functions | |
| (BOOL) | - send |
| Sends this response. | |
Properties | |
| retain NSError * | error |
| The error returned by the peer, or nil if the response is successful. | |
| retain MYTarget * | onComplete |
| Sets a target/action to be called when an incoming response is complete. | |
| - (BOOL) send |
Sends this response.
| - (NSError *) error |
The error returned by the peer, or nil if the response is successful.
| - (retain MYTarget*) onComplete |
Sets a target/action to be called when an incoming response is complete.
Use this on the response returned from -[BLIPRequest send], to be notified when the response is available.
1.5.4