CEmsFactory Class Reference

class CEmsFactory : public CBase

Factory class used to create an EMS object from the given data.

Inherits from

Member Functions Documentation

CreateIeL(TSmsId)

CEmsInformationElement *CreateIeL(TSmsIdaId)[static]

Internalize all Ems Objects from a given stream. This is the flipside of the factorys externalise method.

Parameters

TSmsId aIdEMS object id.

CreateReceivedEmsIEL(const CSmsInformationElement &, TInt)

CEmsInformationElement *CreateReceivedEmsIEL(const CSmsInformationElement &aIE,
TIntaBaseAddr
)[static]

Parameters

const CSmsInformationElement & aIE
TInt aBaseAddr

ExternalizeL(RPointerArray< CEmsInformationElement > &, RWriteStream &)

voidExternalizeL(RPointerArray< CEmsInformationElement > &aObjectStore,
RWriteStream &aStream
)[static]

Externalises all the objects in a given object array. Adds extra information into externalised data so that objects can be readback generically (done this was as All streams do not support seek operatoions). This is the flipside of the Factorys internalise method.

Parameters

RPointerArray< CEmsInformationElement > & aObjectStoreArray of objects to externalize.
RWriteStream & aStreamstream to externalize object to.

InternalizeL(RPointerArray< CEmsInformationElement > &, RReadStream &)

voidInternalizeL(RPointerArray< CEmsInformationElement > &aObjectStore,
RReadStream &aStream
)[static]

Parameters

RPointerArray< CEmsInformationElement > & aObjectStore
RReadStream & aStream

Supported(TSmsId)

TBool Supported(TSmsIdaId)[static]

Parameters

TSmsId aId