MSenHostletResponse Class Reference

class MSenHostletResponse

Member Functions Documentation

RequestId()

TInt RequestId()const [pure virtual]

Getter for request (transaction) ID

ResponseCode()

TInt ResponseCode()const [pure virtual]

Getter for response code

ResponseProperties()

MSenProperties *ResponseProperties()[pure virtual]

Getter for response properties

ResponseUtf8()

TPtrC8 ResponseUtf8()[pure virtual]

Getter for response data

SetResponseUtf8L(const TDesC8 &, const TInt, MSenProperties *, MSenMessage *)

voidSetResponseUtf8L(const TDesC8 &aResponseUtf8,
const TIntaResponseCode =  KErrNone ,
MSenProperties *aResponseProperties = NULL,
MSenMessage *apMessage = NULL
)[pure virtual]

Set the response

Parameters

const TDesC8 & aResponseUtf8is the response that this hostlet is providing
const TInt aResponseCode =  KErrNone
MSenProperties * aResponseProperties = NULLmay be provided in order to pass (transport) properties with the response.
MSenMessage * apMessage = NULL