S60 3rd Edition API Reference: CSIPRequireHeader Class Reference

CSIPRequireHeader Class Reference

API published in: S60 2nd Ed

Link against: sipcodec.lib

Capability Information

Required Capabilities

None


#include <siprequireheader.h>

Inherits CSIPTokenHeaderBase.


Detailed Description

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

Public Member Functions

IMPORT_C ~CSIPRequireHeader ()
 Destructor, deletes the resources of CSIPRequireHeader.
IMPORT_C CSIPHeaderBaseCloneL () const
 From CSIPHeaderBase CloneL.
IMPORT_C RStringF Name () const
 From CSIPHeaderBase Name.
TPreferredPlace PreferredPlaceInMessage () const

Static Public Member Functions

static IMPORT_C RPointerArray<
CSIPRequireHeader
DecodeL (const TDesC8 &aValue)
 Constructs a CSIPRequireHeader from textual representation of the header's value part.
static IMPORT_C CSIPRequireHeaderNewL (RStringF aValue)
 Creates a new instance of CSIPRequireHeader.
static IMPORT_C CSIPRequireHeaderNewLC (RStringF aValue)
 Creates a new instance of CSIPRequireHeader and puts it to CleanupStack.
static IMPORT_C CSIPHeaderBaseInternalizeValueL (RReadStream &aReadStream)
 Constructs an instance of a CSIPRequireHeader from a RReadStream.
static RPointerArray< CSIPHeaderBaseBaseDecodeL (const TDesC8 &aValue)

Constructor & Destructor Documentation

IMPORT_C CSIPRequireHeader::~CSIPRequireHeader  ) 
 

Destructor, deletes the resources of CSIPRequireHeader.


Member Function Documentation

static RPointerArray<CSIPHeaderBase> CSIPRequireHeader::BaseDecodeL const TDesC8 &  aValue  )  [static]
 
IMPORT_C CSIPHeaderBase* CSIPRequireHeader::CloneL  )  const [virtual]
 

From CSIPHeaderBase CloneL.

Implements CSIPHeaderBase.

static IMPORT_C RPointerArray<CSIPRequireHeader> CSIPRequireHeader::DecodeL const TDesC8 &  aValue  )  [static]
 

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

Parameters:
aValue a value part of a "Require"-header
Returns:
an array containing 1..n instances of CSIPRequireHeader
static IMPORT_C CSIPHeaderBase* CSIPRequireHeader::InternalizeValueL RReadStream &  aReadStream  )  [static]
 

Constructs an instance of a CSIPRequireHeader from a RReadStream.

Parameters:
aReadStream a stream containing the value of the externalized object (header name not included).
Returns:
an instance of a CSIPRequireHeader
IMPORT_C RStringF CSIPRequireHeader::Name  )  const [virtual]
 

From CSIPHeaderBase Name.

Implements CSIPHeaderBase.

static IMPORT_C CSIPRequireHeader* CSIPRequireHeader::NewL RStringF  aValue  )  [static]
 

Creates a new instance of CSIPRequireHeader.

Parameters:
aValue a tag value
Returns:
a new instance of CSIPRequireHeader
static IMPORT_C CSIPRequireHeader* CSIPRequireHeader::NewLC RStringF  aValue  )  [static]
 

Creates a new instance of CSIPRequireHeader and puts it to CleanupStack.

Parameters:
aValue a tag value
Returns:
a new instance of CSIPRequireHeader
TPreferredPlace CSIPRequireHeader::PreferredPlaceInMessage  )  const [virtual]
 

Implements CSIPHeaderBase.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top