API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <sipeventheader.h>
Inherits CSIPParameterHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPEventHeader () |
| Destructor, deletes the resources of CSIPEventHeader. | |
| IMPORT_C TBool | operator== (const CSIPEventHeader &aHeader) const |
| Compares this instance to another CSIPEventHeader instance. | |
| IMPORT_C const TDesC8 & | EventPackage () const |
| Gets the Event-Package parameter from the "Event" header. | |
| IMPORT_C void | SetEventPackageL (const TDesC8 &aEventPackage) |
| Sets the Event-Package parameter in the "Event" header;. | |
| IMPORT_C void | SetEventTemplatesL (const MDesC8Array &aEventTemplates) |
| Sets the event templates overwriting all the existing ones. | |
| IMPORT_C const MDesC8Array & | EventTemplates () const |
| Gets the event templates. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| TBool | HasCompactName () const |
| RStringF | CompactName () const |
| TPreferredPlace | PreferredPlaceInMessage () const |
Static Public Member Functions | |
| static IMPORT_C CSIPEventHeader * | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPEventHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPEventHeader * | NewL (const TDesC8 &aEventPackage) |
| Creates a new instance of CSIPEventHeader. | |
| static IMPORT_C CSIPEventHeader * | NewLC (const TDesC8 &aEventPackage) |
| Creates a new instance of CSIPEventHeader and puts it to CleanupStack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPEventHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPEventHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Constructs a CSIPEventHeader from textual representation of the header's value part.
|
|
|
Gets the Event-Package parameter from the "Event" header.
|
|
|
Gets the event templates.
|
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Constructs an instance of a CSIPEventHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Creates a new instance of CSIPEventHeader.
|
|
|
Creates a new instance of CSIPEventHeader and puts it to CleanupStack.
|
|
|
Compares this instance to another CSIPEventHeader instance.
|
|
|
Implements CSIPHeaderBase. |
|
|
Sets the Event-Package parameter in the "Event" header;.
|
|
|
Sets the event templates overwriting all the existing ones.
|