MLtsyDispatchSecuritySetLockSetting Class Reference

class MLtsyDispatchSecuritySetLockSetting : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleSetLockSettingReqL ( RMobilePhone::TMobilePhoneLock , RMobilePhone::TMobilePhoneLockSetting , const TDesC &)
Public Attributes
const TInt KLtsyDispatchSecuritySetLockSettingApiId

Member Functions Documentation

HandleSetLockSettingReqL(RMobilePhone::TMobilePhoneLock, RMobilePhone::TMobilePhoneLockSetting, const TDesC &)

TInt HandleSetLockSettingReqL ( RMobilePhone::TMobilePhoneLock aLock,
RMobilePhone::TMobilePhoneLockSetting aSetting,
const TDesC & aPassword
) [pure virtual]

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

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

Implementation of this interface should allow a client to change the current setting of a lock.

RMobilePhone::SetLockSetting()

Parameters

RMobilePhone::TMobilePhoneLock aLock The lock to change.
RMobilePhone::TMobilePhoneLockSetting aSetting The new settings for the lock.
const TDesC & aPassword The password paramaters.

Member Data Documentation

const TInt KLtsyDispatchSecuritySetLockSettingApiId

const TInt KLtsyDispatchSecuritySetLockSettingApiId [static]