MUPnPFileTransferSessionObserver Class Reference
| class MUPnPFileTransferSessionObserver : public MUPnPAVSessionObserverBase |
AV Controller file transfer session observer interface.
Inherits from
- MUPnPFileTransferSessionObserver
Member Functions Documentation
MediaServerDisappeared(TUPnPDeviceDisconnectedReason)
Notifies that the Media Server we have a session with has disappeared. Session is now unusable and must be closed.
TransferCompleted(TInt, TInt, const TDesC &)
| void | TransferCompleted | ( | TInt | aKey, |
| | TInt | aStatus, |
| | const TDesC & | aFilePath |
| | ) | [pure virtual] |
Notifies that the transfer has been completed
Parameters
| TInt aKey | identifies the transfer |
| TInt aStatus | status (error) code |
| const TDesC & aFilePath | |
TransferProgress(TInt, TInt, TInt)
| void | TransferProgress | ( | TInt | aKey, |
| | TInt | aBytes, |
| | TInt | aTotalBytes |
| | ) | [pure virtual] |
Notifies transfer progress NOTE: Transfer progress is not guaranteed
Parameters
| TInt aKey | identifies the transfer |
| TInt aBytes | amount of bytes downloaded |
| TInt aTotalBytes | total amount of bytes |
TransferStarted(TInt, TInt)
| void | TransferStarted | ( | TInt | aKey, |
| | TInt | aStatus |
| | ) | [pure virtual] |
Notifies that the transfer has been started
Parameters
| TInt aKey | identifies the transfer |
| TInt aStatus | status (error) code |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.