Location:
sipalloweventsheader.h
Link against: sipcodec.lib
class CSIPAllowEventsHeader : public CSIPHeaderBase;
Class provides functions for setting and getting parameters in SIP "Allow-Events" header.
sipcodec.lib
CBase
- Base class for all classes to be instantiated on the heap
CSIPHeaderBase
- Class provides a generic interface for all the SIP headers
CSIPAllowEventsHeader
- Class provides functions for setting and getting parameters in SIP "Allow-Events" header
Defined in CSIPAllowEventsHeader
:
CloneL()
, DecodeL()
, EventPackage()
, EventTemplates()
, InternalizeValueL()
, Name()
, NewL()
, NewLC()
, SetEventPackageL()
, SetEventTemplatesL()
, ToTextValueL()
, ~CSIPAllowEventsHeader()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CSIPHeaderBase
:
ExternalizeL()
,
ExternalizeSupported()
,
PushLC()
,
ToTextL()
,
ToTextLC()
,
ToTextValueLC()
static IMPORT_C CSIPAllowEventsHeader *NewL(const TDesC8 &aEventPackage);
Creates a new instance of CSIPAllowEventsHeader
|
|
static IMPORT_C CSIPAllowEventsHeader *NewLC(const TDesC8 &aEventPackage);
Creates a new instance of CSIPAllowEventsHeader and puts it to CleanupStack
|
|
IMPORT_C ~CSIPAllowEventsHeader();
Destructor. deletes the resources of CSIPAllowEventsHeader.
static IMPORT_C RPointerArray< CSIPAllowEventsHeader > DecodeL(const TDesC8 &aValue);
Constructs a CSIPAllowEventsHeader from textual representation of the header's value part.
|
|
IMPORT_C const TDesC8 &EventPackage() const;
Gets the Event-Package parameter from the "Allow-Events" header
|
IMPORT_C void SetEventPackageL(const TDesC8 &aEventPackage);
Sets the Event-Package parameter in the "Allow-Events" 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.
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPAllowEventsHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase
CloneL
|
virtual IMPORT_C HBufC8 *ToTextValueL() const;
From CSIPHeaderBase
ToTextValueL
|