CPhoneGsmOptionContainerBase Class Reference

class CPhoneGsmOptionContainerBase : public CBase

It is container for options. Each option is identified by a single uid and each option has a boolean status.

Since
5.0 phoneparser.lib

Inherits from

  • CPhoneGsmOptionContainerBase

Member Functions Documentation

FindOptionStatus(TInt)

TBool FindOptionStatus ( TInt aOptionUid ) const [pure virtual]

Finds status of option.

Parameters

TInt aOptionUid It is the uid of the option.

SetOptionStatus(TInt, TBool)

void SetOptionStatus ( TInt aOptionUid,
TBool aStatus
) [pure virtual]

Sets status of option.

Parameters

TInt aOptionUid It is the uid of the option.
TBool aStatus It is the new status for the option.