CEmsUserPrompt Class Reference

class CEmsUserPrompt : public CEmsInformationElement

CEmsUserPrompt wraps the creation & modification of the user prompt information elements into a single class.

Format of EMS Object ------------------------------------------

Position (Octet) Bit Description 1 Object count

3gpp Spec V5 section 9.2.3.24.10.1.10

Public Member Functions
IMPORT_C voidCopyL(const CEmsUserPrompt &)
IMPORT_C CEmsInformationElement *DuplicateL()
IMPORT_C CEmsUserPrompt *NewL(TUint)
IMPORT_C TUintObjectCount()
IMPORT_C voidSetObjectCount(TUint)
Private Member Functions
CEmsUserPrompt(TUint)
voidDecodeBodyL(const TPtrC8, TBool)
voidEncodeBodyL(TPtr8, TBool)
Inherited Functions
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()
CEmsInformationElement::CEmsInformationElement(TSmsId,TBool)
CEmsInformationElement::CopyL(const CEmsInformationElement &)
CEmsInformationElement::DecodeInformationElementL(const CSmsInformationElement &)
CEmsInformationElement::EncodeInformationElementL()
CEmsInformationElement::ExternalizeL(RWriteStream &)const
CEmsInformationElement::InternalizeL(RReadStream &)
CEmsInformationElement::Length()const
CEmsInformationElement::SerialisedBodyLength()const
CEmsInformationElement::SetStartPosition(TUint)
CEmsInformationElement::StartPosition()const
CSmsInformationElement::CSmsInformationElement(TSmsInformationElementIdentifier)
CSmsInformationElement::ConstructL(const TDesC8 &)
CSmsInformationElement::Data()
CSmsInformationElement::Data()const
CSmsInformationElement::DecodeL(TGsmuLex8 &)
CSmsInformationElement::EncodeL(TUint8 *)const
CSmsInformationElement::Identifier()const
CSmsInformationElement::NewDataL(TInt)
CSmsInformationElement::NewL()
CSmsInformationElement::NewL(TSmsInformationElementIdentifier,const TDesC8 &)
CSmsInformationElement::~CSmsInformationElement()
Inherited Enumerations
CSmsInformationElement:TSmsInformationElementIdentifier
Private Attributes
TUint iObjectCount
Inherited Attributes
CEmsInformationElement::iEncodedBodyLength
CEmsInformationElement::iStartPosition
CSmsInformationElement::iData
CSmsInformationElement::iIdentifier

Constructor & Destructor Documentation

CEmsUserPrompt(TUint)

CEmsUserPrompt(TUintaObjectCount = 0)[private]

Parameters

TUint aObjectCount = 0

Member Functions Documentation

CopyL(const CEmsUserPrompt &)

IMPORT_C voidCopyL(const CEmsUserPrompt &aSrc)
capability
None

Parameters

const CEmsUserPrompt & aSrc

DecodeBodyL(const TPtrC8, TBool)

voidDecodeBodyL(const TPtrC8aPtr,
TBoolaIsFromSerialisation
)[private, virtual]

Decodes the raw data out of an information element into this class.

leave
KErrArgument If the size of the data does not match what is expected.

Parameters

const TPtrC8 aPtrThe raw predefined animation data
TBool aIsFromSerialisation

DuplicateL()

IMPORT_C CEmsInformationElement *DuplicateL()const [virtual]
capability
None

EncodeBodyL(TPtr8, TBool)

voidEncodeBodyL(TPtr8aPtr,
TBoolaIsForSerialisation
)const [private, virtual]

Encodes the information element into its raw format. (no IE id)

Parameters

TPtr8 aPtrthe buffer to be used which is to contain the data
TBool aIsForSerialisation

NewL(TUint)

IMPORT_C CEmsUserPrompt *NewL(TUintaObjectCount = 1)[static]
capability
None

Parameters

TUint aObjectCount = 1

ObjectCount()

IMPORT_C TUintObjectCount()const
capability
None

SetObjectCount(TUint)

IMPORT_C voidSetObjectCount(TUintaObjectCount)
capability
None

Parameters

TUint aObjectCount

Member Data Documentation

TUint iObjectCount

TUint iObjectCount[private]