MSenFilesObserver Class Reference

Link against: SenServConn.LIB SenUtils.LIB

Capability Information

Required Capabilities

NetworkServices ReadUserData WriteUserData


#include <MSenServiceConsumer.h>

Detailed Description

Callback interface for trnsfer progress observer.

Public Member Functions

virtual void  TransferProgress (TInt aTxnId, TBool aIncoming, const TDesC8 &aMessage, const TDesC8 &aCid, TInt aProgress)=0
  This method is called when new part of BLOB is sent or received.

Member Function Documentation

virtual void MSenFilesObserver::TransferProgress TInt  aTxnId,
TBool  aIncoming,
const TDesC8 &  aMessage,
const TDesC8 &  aCid,
TInt  aProgress
[pure virtual]
 

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

Parameters:
aTxnId  Transaction ID.
aIncoming  ETrue if it is incoming BLOB, EFalse if outgoing.
aMessage  SOAP message for incoming messages with BLOBs.
aCid  CID of current BLOB.
aProgress  Count of sent/received BLOB bytes.

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

Copyright © Nokia Corporation 2001-2007
Back to top