|
|
|
|
Location:
sipunsupportedheader.h
Link against: sipcodec.lib
class CSIPUnsupportedHeader : public CSIPTokenHeaderBase;
Class provides functions for setting and getting SIP "Unsupported" 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
CSIPTokenHeaderBase - A base class for SIP headers having form "Name: token *(COMMA token)"
CSIPUnsupportedHeader - Class provides functions for setting and getting SIP "Unsupported" header
Defined in CSIPUnsupportedHeader:
CloneL(), DecodeL(), InternalizeValueL(), Name(), NewL(), NewLC(), ~CSIPUnsupportedHeader()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSIPHeaderBase:
ExternalizeL(),
ExternalizeSupported(),
PushLC(),
ToTextL(),
ToTextLC(),
ToTextValueLC()
Inherited from CSIPTokenHeaderBase:
SetValueL(),
ToTextValueL(),
Value()
static IMPORT_C CSIPUnsupportedHeader *NewL(RStringF aValue);
Creates a new instance of CSIPUnsupportedHeader
|
|
static IMPORT_C CSIPUnsupportedHeader *NewLC(RStringF aValue);
Creates a new instance of CSIPUnsupportedHeader and puts it to CleanupStack
|
|
IMPORT_C ~CSIPUnsupportedHeader();
Destructor, deletes the resources of CSIPUnsupportedHeader.
static IMPORT_C RPointerArray< CSIPUnsupportedHeader > DecodeL(const TDesC8 &aValue);
Constructs a CSIPUnsupportedHeader from textual representation of the header's value part.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPUnsupportedHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase CloneL
|