CEmsFactory Class Reference
#include
<emsinformationelement.h>
class CEmsFactory : public CBase |
Detailed Description
Factory class used to create an EMS object from the given data.
Member Function Documentation
CreateIeL ( TSmsId )
Internalize all Ems Objects from a given stream. This is the flipside of the factorys externalise method.
Parameter | Description | aId | EMS object id. |
Returns: CEmsInformationElement* newly created EMS object. Creates an information element from the data givenCEmsInformationElement* newly created EMS object.
CreateReceivedEmsIEL ( const CSmsInformationElement &, TInt )
ExternalizeL ( RPointerArray< CEmsInformationElement > &, RWriteStream & )
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.
Parameter | Description | aObjectStore | Array of objects to externalize. |
aStream | stream to externalize object to. |
InternalizeL ( RPointerArray< CEmsInformationElement > &, RReadStream & )