MLtsyDispatchSupplementaryServicesSetSsPassword Class Reference

class MLtsyDispatchSupplementaryServicesSetSsPassword : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleSetSsPasswordReqL(const TDesC &, const TDesC &, TServiceType)
Public Member Enumerations
enumTServiceType { EAllSupplementaryServices = 0, ECallBarring = 330 }
Public Attributes
const TIntKLtsyDispatchSupplementaryServicesSetSsPasswordApiId

Member Functions Documentation

HandleSetSsPasswordReqL(const TDesC &, const TDesC &, TServiceType)

TInt HandleSetSsPasswordReqL(const TDesC &aOldPassword,
const TDesC &aNewPassword,
TServiceTypeaService
)[pure virtual]

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

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

Implementation of this interface should set the password of the call barring or common Supplementary Services password.

Parameters

const TDesC & aOldPasswordThe old password.
const TDesC & aNewPasswordThe new password.
TServiceType aServiceThe service.

Member Enumerations Documentation

Enum TServiceType

Enumerators

EAllSupplementaryServices = 0
ECallBarring = 330

Member Data Documentation

const TInt KLtsyDispatchSupplementaryServicesSetSsPasswordApiId

const TIntKLtsyDispatchSupplementaryServicesSetSsPasswordApiId[static]