class MLtsyDispatchCallControlUpdateLifeTimer : public MLtsyDispatchInterface |
Public Member Functions | |
---|---|
TInt | HandleUpdateLifeTimerReqL ( TUint32 ) |
Public Attributes | |
---|---|
const TInt | KLtsyDispatchCallControlUpdateLifeTimerApiId |
TInt | HandleUpdateLifeTimerReqL | ( | TUint32 | aDuration | ) | [pure virtual] |
The CTSY Dispatcher shall invoke this function on receiving the ECtsyUpdateLifeTimeReq request from the CTSY.
It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackCallControlUpdateLifeTimerComp()
Implementation of this interface can accumulate the number of seconds that have elapsed since a call started. By initialising a variable in the LTSY when a call is dialed, then adding the value contained in aDuration to this variable it is possible to track the duration of a call.
HandleUpdateLifeTimerReqL is usually invoked every 10 seconds.
TUint32 aDuration | The number of seconds that have elapsed since the last time this interface was invoked (or since the start of the call if the first invocation). |
const TInt | KLtsyDispatchCallControlUpdateLifeTimerApiId | [static] |
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.