MLtsyDispatchCallControlResume Class Reference

class MLtsyDispatchCallControlResume : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleResumeReqL(TInt)
Public Attributes
const TIntKLtsyDispatchCallControlResumeApiId

Member Functions Documentation

HandleResumeReqL(TInt)

TInt HandleResumeReqL(TIntaCallId)[pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EMobileCallResume request from the CTSY.

It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackCallControlResumeComp()

Implementation of this interface should resume the specified call. See 3GPP 24.083

RMobileCall::Resume()

Parameters

TInt aCallIdThe Call ID of the call to resume.

Member Data Documentation

const TInt KLtsyDispatchCallControlResumeApiId

const TIntKLtsyDispatchCallControlResumeApiId[static]