| class MMceTransactionObserver |
An interface to be implemented by users of MCE if they wish to send extension SIP requests such as INFO within an existing session.
This observer is set using CMceManager::SetTransactionObserver function.
mceclient.lib
| Public Member Functions | |
|---|---|
| void | TransactionFailed ( CMceSession &, TMceTransactionId , TInt ) |
| void | TransactionResponse ( CMceSession &, TMceTransactionId , TMceTransactionDataContainer *) |
| void | TransactionFailed | ( | CMceSession & | aSession, |
| TMceTransactionId | aTransactionId, | |||
| TInt | aError | |||
| ) | [pure virtual] | |||
An error related to a transaction was received.
| CMceSession & aSession | |
| TMceTransactionId aTransactionId | |
| TInt aError |
| void | TransactionResponse | ( | CMceSession & | aSession, |
| TMceTransactionId | aTransactionId, | |||
| TMceTransactionDataContainer * | aContainer | |||
| ) | [pure virtual] | |||
A response related to a transaction was received.
| CMceSession & aSession | |
| TMceTransactionId aTransactionId | |
| TMceTransactionDataContainer * aContainer |
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.