Location:
sipallowheader.h
Link against: sipcodec.lib
class CSIPAllowHeader : public CSIPTokenHeaderBase;
Description
Class provides functions for setting and getting parameters in SIP "Allow" header.
sipcodec.lib
Derivation
CBase - Base class for all classes to be instantiated on the heap
CSIPHeaderBase - Class provides a generic interface for all the SIP headers
CSIPAllowHeader - Class provides functions for setting and getting parameters in SIP "Allow" header
Members
Defined in CSIPAllowHeader:
CloneL(), DecodeL(), InternalizeValueL(), Name(), NewL(), NewLC(), ~CSIPAllowHeader()
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 CSIPAllowHeader *NewL(RStringF aValue);
Description
Creates a new instance of CSIPAllowHeader
Parameters
Return value
static IMPORT_C CSIPAllowHeader *NewLC(RStringF aValue);
Description
Creates a new instance of CSIPAllowHeader and puts it to CleanupStack
Parameters
Return value
IMPORT_C ~CSIPAllowHeader();
Description
Destructor, deletes the resources of CSIPAllowHeader.
static IMPORT_C RPointerArray< CSIPAllowHeader > DecodeL(const TDesC8 &aValue);
Description
Constructs a CSIPAllowHeader from textual representation of the header's value part.
Parameters
const TDesC8 &aValue |
a value part of a "Allow"-header
|
|
Return value
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Description
Constructs an instance of a CSIPAllowHeader from a RReadStream
Parameters
RReadStream &aReadStream |
a stream containing the value of the externalized object (header name not included).
|
|
Return value
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
Description
From CSIPHeaderBase CloneL
Return value
virtual IMPORT_C RStringF Name() const;
Description
From CSIPHeaderBase Name
Return value