API published in: S60 2nd Ed FP 3
Link against: downloadmgr.lib
Required Capabilities
None
Exceptions
The capability NetworkServices is required in: RHttpDownloadMgr::ConnectL( TUid aAppUid, MHttpDownloadMgrObserver& aObserver, TBool aMaster)
#include <downloadmgrclient.h>
Public Member Functions |
|
IMPORT_C TInt | Start () |
Starts downloading. |
|
IMPORT_C TInt | Pause () |
Pauses downloading. |
|
IMPORT_C TInt | Reset () |
Resets downloading. |
|
IMPORT_C TInt | Delete () |
Deletes downloading. |
|
IMPORT_C TInt | Move () |
Moves downloaded content to the previously specified location. |
|
IMPORT_C TInt | GetIntAttribute (const TUint aAttribute, TInt32 &aValue) |
Gets the value for a TInt attribute. |
|
IMPORT_C TInt | GetBoolAttribute (const TUint aAttribute, TBool &aValue) |
Gets the value for a TBool attribute. |
|
IMPORT_C TInt | GetStringAttribute (const TUint aAttribute, TDes16 &aValue) |
Gets the value for a TDes16 attribute. |
|
IMPORT_C TInt | GetStringAttribute (const TUint aAttribute, TDes8 &aValue) |
Gets the value for a TDes8 attribute. |
|
IMPORT_C TInt | GetFileHandleAttribute (RFile &aFile) |
Gets the download's destination file's handle. |
|
IMPORT_C TInt | SetIntAttribute (const TUint aAttribute, TInt32 aValue) |
Sets the value for a TInt attribute. |
|
IMPORT_C TInt | SetBoolAttribute (const TUint aAttribute, TBool aValue) |
Sets the value for a TDesC attribute. |
|
IMPORT_C TInt | SetStringAttribute (const TUint aAttribute, const TDesC16 &aValue) |
Sets the value for a TDesC attribute. |
|
IMPORT_C TInt | SetStringAttribute (const TUint aAttribute, const TDesC8 &aValue) |
Sets the value for a TDesC8 attribute. |
|
IMPORT_C TInt | SetFileHandleAttribute (RFile &aFile) |
Sets the download's destination file handle. |
|
void | Close () |
Closes download subsession. |
|
TBool | IsClosed () |
Indicates whether the download is closed. |
|
Friends |
|
class | CDownloadMgrHandler |
class | RHttpDownloadMgr |
class | RHttpDownloadMgrApiExt |
class | CTransactionObserver |
class | CCodObserver |
|
Closes download subsession.
|
|
Deletes downloading.
|
|
Gets the value for a TBool attribute.
|
|
Gets the download's destination file's handle.
|
|
Gets the value for a TInt attribute.
|
|
Gets the value for a TDes8 attribute.
|
|
Gets the value for a TDes16 attribute.
|
|
Indicates whether the download is closed.
|
|
Moves downloaded content to the previously specified location.
|
|
Pauses downloading.
|
|
Resets downloading.
|
|
Sets the value for a TDesC attribute.
|
|
Sets the download's destination file handle.
|
|
Sets the value for a TInt attribute.
|
|
Sets the value for a TDesC8 attribute.
|
|
Sets the value for a TDesC attribute.
|
|
Starts downloading.
|
|
|
|
|
|