MSenFilesObserver Class Reference

class MSenFilesObserver

Callback interface for transfer progress observer. Typically, this interface is implemented by applications that want to monitor how many bytes (of a file, request, or response) have been sent or received during a transaction. Callback is thus often integrated to progress bar implementations in UI layer. Note: UID of this interface is KSenInterfaceUidFilesObserver.

Public Member Functions
voidTransferProgress(TInt, TBool, const TDesC8 &, const TDesC8 &, TInt)

Member Functions Documentation

TransferProgress(TInt, TBool, const TDesC8 &, const TDesC8 &, TInt)

voidTransferProgress(TIntaTxnId,
TBoolaIncoming,
const TDesC8 &aMessage,
const TDesC8 &aCid,
TIntaProgress
)[pure virtual]

This method is called when new part of BLOB is sent or received.

Parameters

TInt aTxnIdTransaction ID.
TBool aIncomingETrue if it is incoming BLOB, EFalse if outgoing.
const TDesC8 & aMessageSOAP message for incoming messages with BLOBs.
const TDesC8 & aCidCID of current BLOB.
TInt aProgressCount of sent/received BLOB bytes.