Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: siprequireheader.h
Link against: sipcodec.lib

Class CSIPRequireHeader

class CSIPRequireHeader : public CSIPTokenHeaderBase;

Description

Class provides functions for setting and getting parameters in SIP "Require" header.

sipcodec.lib

Derivation

Members

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

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 CSIPRequireHeader *NewL(RStringF aValue);

Description

Creates a new instance of CSIPRequireHeader

Parameters

RStringF aValue

a tag value

Return value

CSIPRequireHeader *

a new instance of CSIPRequireHeader


NewLC()

static IMPORT_C CSIPRequireHeader *NewLC(RStringF aValue);

Description

Creates a new instance of CSIPRequireHeader and puts it to CleanupStack

Parameters

RStringF aValue

a tag value

Return value

CSIPRequireHeader *

a new instance of CSIPRequireHeader


~CSIPRequireHeader()

IMPORT_C ~CSIPRequireHeader();

Description

Destructor, deletes the resources of CSIPRequireHeader.

[Top]


Member functions


DecodeL()

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

Description

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

Parameters

const TDesC8 &aValue

a value part of a "Require"-header

Return value

RPointerArray< CSIPRequireHeader >

an array containing 1..n instances of CSIPRequireHeader


InternalizeValueL()

static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);

Description

Constructs an instance of a CSIPRequireHeader 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 CSIPRequireHeader


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