TMceTransactionDataContainer Class Reference
class TMceTransactionDataContainer
|
Container class to hold detailed data of a transaction.
It is assumed, that user has only one instance of this class. The same instance is passed between MCE and user, but the data inside of this container is just updated for each event.
The data inside the container is valid only during the execution of the callback function. After this the remaining data in container is deleted.
mceclient.lib
Constructor & Destructor Documentation
TMceTransactionDataContainer()
IMPORT_C
|
TMceTransactionDataContainer
|
(
|
)
|
|
Member Functions Documentation
GetContent()
IMPORT_C
HBufC8
*
|
GetContent
|
(
|
)
|
|
GetContentType()
IMPORT_C
HBufC8
*
|
GetContentType
|
(
|
)
|
|
GetReasonPhrase()
IMPORT_C
HBufC8
*
|
GetReasonPhrase
|
(
|
)
|
|
GetStatusCode()
IMPORT_C
TInt
|
GetStatusCode
|
(
|
)
|
|
SetContent(HBufC8 *)
void
|
SetContent
|
(
|
HBufC8
*
|
aContent
|
)
|
|
SetContentHeaders(CDesC8Array *)
SetContentType(HBufC8 *)
void
|
SetContentType
|
(
|
HBufC8
*
|
aContentType
|
)
|
|
SetHeaders(CDesC8Array *)
SetReasonPhrase(HBufC8 *)
void
|
SetReasonPhrase
|
(
|
HBufC8
*
|
aReasonPhrase
|
)
|
|
SetStatusCode(TInt)
void
|
SetStatusCode
|
(
|
TInt
|
aStatusCode
|
)
|
|
Member Data Documentation
CDesC8Array * iContentHeaders
HBufC8 * iContentType
HBufC8
*
|
iContentType
|
[private]
|
HBufC8 * iReasonPhrase
HBufC8
*
|
iReasonPhrase
|
[private]
|
TAny * iReserved
TAny
*
|
iReserved
|
[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.