downloadmgrclient.h File Reference

API published in: S60 2nd Ed FP 3

Link against: downloadmgr.lib

Capability Information

Required Capabilities

None

Exceptions

The capability NetworkServices is required in: RHttpDownloadMgr::ConnectL( TUid aAppUid, MHttpDownloadMgrObserver& aObserver, TBool aMaster)


#include <e32base.h>
#include <f32file.h>
#include <HttpDownloadMgrCommon.h>
#include <http.h>

Go to the source code of this file.


Data Structures

class  THttpDownloadEvent
 Contains download states. More...
class  MHttpDownloadMgrObserver
 Provides the interface for notification of events from a Download Manager session and its subsessions. More...
class  MHttpDownloadMgrNextUriObserver
 Provides the interface for sending next uri to the client when downloading OMA or COD. More...
class  RHttpDownloadMgr
 Creates a download manager session and performs operations on it. More...
class  RHttpDownload
 Creates a download manager subsession and performs operations on it. More...

Typedefs

typedef CArrayPtrFlat< RHttpDownloadCDownloadArray
typedef CArrayPtrFlat< MHttpDownloadMgrObserverCDownloadMgrObserver

Functions

void HashL (const TDesC8 &aMessage, TDes8 &aHash)
 Calculate a hash and in the form of a 32 character hex result.

Typedef Documentation

typedef CArrayPtrFlat< RHttpDownload > CDownloadArray
 
typedef CArrayPtrFlat< MHttpDownloadMgrObserver > CDownloadMgrObserver
 

Function Documentation

void HashL const TDesC8 &  aMessage,
TDes8 &  aHash
 

Calculate a hash and in the form of a 32 character hex result.

Parameters:
aMessage Source.
aHash Hash value.
Returns:
None.

Copyright © Nokia Corporation 2001-2008
Back to top