MLtsyDispatchCallControlRecoverDataPort Class Reference

class MLtsyDispatchCallControlRecoverDataPort : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleRecoverDataPortSyncL(TInt, RCall::TCommPort &)

TInt HandleRecoverDataPortSyncL ( TInt aCallId,
RCall::TCommPort & aCommPort
) [pure virtual]

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

Implementation of this interface should recover the data port loaned by a previous call to MLtsyDispatchCallControlLoanDataPort::HandleLoanDataPortSyncL() and matches a client side call to RCall::RecoverDataPort() .

It is a sync call where the data arguments should be completed before returning.

Parameters

TInt aCallId Call ID of the data call requiring the data port.
RCall::TCommPort & aCommPort The data port to recover. This contains the details previously returned by a call to RCall::LoanDataPort()

Member Data Documentation

const TInt KLtsyDispatchCallControlRecoverDataPortApiId

const TInt KLtsyDispatchCallControlRecoverDataPortApiId [static]