Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: sipsupportedheader.h
Link against: sipcodec.lib

Class CSIPSupportedHeader

class CSIPSupportedHeader : public CSIPTokenHeaderBase;

Description

Class provides functions for setting and getting SIP "Supported" header.

sipcodec.lib

Derivation

Members

Defined in CSIPSupportedHeader:
CloneL(), DecodeL(), InternalizeValueL(), Name(), NewL(), NewLC(), ~CSIPSupportedHeader()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CSIPHeaderBase:
ExternalizeL(), ExternalizeSupported(), PushLC(), ToTextL(), ToTextLC(), ToTextValueLC()

Inherited from CSIPTokenHeaderBase:
SetValueL(), ToTextValueL(), Value()


Construction and destruction


NewL()

static IMPORT_C CSIPSupportedHeader *NewL(RStringF aValue);

Description

Creates a new instance of CSIPSupportedHeader

Parameters

RStringF aValue

a tag value

Return value

CSIPSupportedHeader *

a new instance of CSIPSupportedHeader


NewLC()

static IMPORT_C CSIPSupportedHeader *NewLC(RStringF aValue);

Description

Creates a new instance of CSIPSupportedHeader and puts it to CleanupStack

Parameters

RStringF aValue

a tag value

Return value

CSIPSupportedHeader *

a new instance of CSIPSupportedHeader


~CSIPSupportedHeader()

IMPORT_C ~CSIPSupportedHeader();

Description

Destructor, deletes the resources of CSIPSupportedHeader.

[Top]


Member functions


DecodeL()

static IMPORT_C RPointerArray< CSIPSupportedHeader > DecodeL(const TDesC8 &aValue);

Description

Constructs a CSIPSupportedHeader from textual representation of the header's value part.

Parameters

const TDesC8 &aValue

a value part of a "Supported"-header

Return value

RPointerArray< CSIPSupportedHeader >

an array containing 1..n instances of CSIPSupportedHeader


InternalizeValueL()

static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);

Description

Constructs an instance of a CSIPSupportedHeader from a RReadStream

Parameters

RReadStream &aReadStream

a stream containing the value of the externalized object (header name not included).

Return value

CSIPHeaderBase *

an instance of a CSIPSupportedHeader


CloneL()

virtual IMPORT_C CSIPHeaderBase *CloneL() const;

Description

From CSIPHeaderBase CloneL

Return value

CSIPHeaderBase *


Name()

virtual IMPORT_C RStringF Name() const;

Description

From CSIPHeaderBase Name

Return value

RStringF