MUPnPFileDownloadSession Class Reference

class MUPnPFileDownloadSession : public MUPnPFileTransferSession

AV Controller download session interface.

upnpavcontrollerclient.lib
Since
S60 v3.2

Inherits from

Constructor & Destructor Documentation

~MUPnPFileDownloadSession()

~MUPnPFileDownloadSession ( ) [protected, inline, virtual]

Protected destructor

Member Functions Documentation

StartDownloadL(const CUpnpItem &, TInt)

void StartDownloadL ( const CUpnpItem & aItem,
TInt aKey
) [pure virtual]

Start downloading an item. Original resource will be downloaded.

Parameters

const CUpnpItem & aItem UPnP item to download
TInt aKey identifies the download operation

StartDownloadL(const CUpnpElement &, const CUpnpItem &, RFile &, TInt)

void StartDownloadL ( const CUpnpElement & aResElement,
const CUpnpItem & aItem,
RFile & aFile,
TInt aKey
) [pure virtual]

Start downloadin and item. Resource is selected by providing the desired res-element and. The resource is downloaded to the provided file.

Parameters

const CUpnpElement & aResElement points to a resource in the item to download
const CUpnpItem & aItem UPnP item to download
RFile & aFile file handle (download target)
TInt aKey identifies the download operation