Link against: senhostconn.lib
#include <MSenHostletResponse.h>
Public Member Functions |
|
| virtual void | SetResponseUtf8L (const TDesC8 &aResponseUtf8, const TInt aResponseCode=KErrNone, MSenProperties *aResponseProperties=NULL, MSenMessage *apMessage=NULL)=0 |
| Set the response. |
|
| virtual TInt | RequestId () const =0 |
| Getter for request (transaction) ID. |
|
| virtual TPtrC8 | ResponseUtf8 ()=0 |
| Getter for response data. |
|
| virtual TInt | ResponseCode () const =0 |
| Getter for response code. |
|
| virtual MSenProperties * | ResponseProperties ()=0 |
| Getter for response properties. |
|
|
|
Getter for request (transaction) ID.
|
|
|
Getter for response code.
|
|
|
Getter for response properties. |
|
|
Getter for response data.
|
|
||||||||||||||||||||
|
Set the response.
|