MLtsyDispatchSupplementaryServicesSetCallBarringStatus Class Reference

class MLtsyDispatchSupplementaryServicesSetCallBarringStatus : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleSetCallBarringStatusReqL ( RMobilePhone::TMobilePhoneCBCondition , RMobilePhone::TMobilePhoneServiceAction , RMobilePhone::TMobileService , const TDesC &)
Public Attributes
const TInt KLtsyDispatchSupplementaryServicesSetCallBarringStatusApiId

Member Functions Documentation

HandleSetCallBarringStatusReqL(RMobilePhone::TMobilePhoneCBCondition, RMobilePhone::TMobilePhoneServiceAction, RMobilePhone::TMobileService, const TDesC &)

TInt HandleSetCallBarringStatusReqL ( RMobilePhone::TMobilePhoneCBCondition aCondition,
RMobilePhone::TMobilePhoneServiceAction aAction,
RMobilePhone::TMobileService aGroup,
const TDesC & aPassword
) [pure virtual]

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

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

Implementation of this interface should set the call barring status for a call barring condition.

Parameters

RMobilePhone::TMobilePhoneCBCondition aCondition The call barring condition to set.
RMobilePhone::TMobilePhoneServiceAction aAction The call barring action.
RMobilePhone::TMobileService aGroup The call barring service group.
const TDesC & aPassword The password of the call barring service.

Member Data Documentation

const TInt KLtsyDispatchSupplementaryServicesSetCallBarringStatusApiId

const TInt KLtsyDispatchSupplementaryServicesSetCallBarringStatusApiId [static]