CUpnpFileTransferEvent Class Reference
| class CUpnpFileTransferEvent : public CUpnpMediaServerEvent |
Class encapsulates file transfer message
MediaServerClient.lib
- Since
- S60 v3.1
Constructor & Destructor Documentation
CUpnpFileTransferEvent()
| CUpnpFileTransferEvent | ( | ) | [private] |
~CUpnpFileTransferEvent()
| ~CUpnpFileTransferEvent | ( | ) | [virtual] |
Member Functions Documentation
CloneL()
Sets error code
- Since
- Series 60 3.1
ConstructL()
| void | ConstructL | ( | ) | [private] |
By default Symbian 2nd phase constructor is private.
ContentDirectoryObjectId()
| IMPORT_C TInt | ContentDirectoryObjectId | ( | ) | |
Gets content directory object identifier associated with transfer
- Since
- Series 60 3.1
Direction()
Gets transfer direction
- Since
- Series 60 3.1
ErrorCode()
Gets error code
- Since
- Series 60 3.1
ExternalizeL(RWriteStream &)
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [virtual] |
Externalizes transfer event information to a stream. Leaves in case of errors.
- Since
- Series 60 3.1
FilePath()
| IMPORT_C TDesC & | FilePath | ( | ) | |
Gets file path
- Since
- Series 60 3.1
InternalizeL(RReadStream &)
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) | [virtual] |
Internalizes transfer event information from a stream. Leaves in case of errors.
- Since
- Series 60 3.1
ProgressState()
Gets progress state of transfer
- Since
- Series 60 3.1
SetContentDirectoryObjectId(TInt)
| IMPORT_C void | SetContentDirectoryObjectId | ( | TInt | aObjectId | ) | |
Sets content directory object identifier associated with transfer
- Since
- Series 60 3.1
Parameters
| TInt aObjectId | object identifier |
SetDirection(TDirection)
Sets transfer direction
- Since
- Series 60 3.1
SetErrorCode(TInt)
| IMPORT_C void | SetErrorCode | ( | TInt | aError | ) | |
Sets error code
- Since
- Series 60 3.1
Parameters
| TInt aError | transport specific error code |
SetFilePathL(const TDesC &)
| IMPORT_C void | SetFilePathL | ( | const TDesC & | aFile | ) | |
Gets file path
- Since
- Series 60 3.1
Parameters
| const TDesC & aFile | file path |
SetProgressState(TProgressState)
Sets progress state of transfer
- Since
- Series 60 3.1
SetTransferId(TInt)
| IMPORT_C void | SetTransferId | ( | TInt | aTransferId | ) | |
Sets transfer identifier
- Since
- Series 60 3.1
Parameters
| TInt aTransferId | transfer identifier |
TransferId()
| IMPORT_C TInt | TransferId | ( | ) | |
Gets content transfer identifier
- Since
- Series 60 3.1
Member Enumerations Documentation
Enum TProgressState
Enumerators
| EStarted | |
| ECompleted | |
| EFailed | |
| EStopped | |
Member Data Documentation
TInt
iContentDirectoryObjectId
|
TInt
| iContentDirectoryObjectId | [private] |
HBufC * iFilePath
|
HBufC * | iFilePath | [private] |
TInt
iTransferId
|
TInt
| iTransferId | [private] |
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.