MLtsyDispatchSimChangeSecurityCode Class Reference

class MLtsyDispatchSimChangeSecurityCode : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleChangeSecurityCodeReqL ( RMobilePhone::TMobilePhoneSecurityCode , const RMobilePhone::TMobilePhonePasswordChangeV1 &)
Public Attributes
const TInt KLtsyDispatchSimChangeSecurityCodeApiId

Member Functions Documentation

HandleChangeSecurityCodeReqL(RMobilePhone::TMobilePhoneSecurityCode, const RMobilePhone::TMobilePhonePasswordChangeV1 &)

TInt HandleChangeSecurityCodeReqL ( RMobilePhone::TMobilePhoneSecurityCode aSecCode,
const RMobilePhone::TMobilePhonePasswordChangeV1 & aPasswds
) [pure virtual]

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

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

Implementation of this interface should allow a client to change a security code.

Parameters

RMobilePhone::TMobilePhoneSecurityCode aSecCode The security code to be changed.
const RMobilePhone::TMobilePhonePasswordChangeV1 & aPasswds The old and the new values of the security code.

Member Data Documentation

const TInt KLtsyDispatchSimChangeSecurityCodeApiId

const TInt KLtsyDispatchSimChangeSecurityCodeApiId [static]