S60 3rd Edition API Reference: CSIPUnsupportedHeader Class Reference

CSIPUnsupportedHeader Class Reference

API published in: S60 2nd Ed

Link against: sipcodec.lib

Capability Information

Required Capabilities

None


#include <sipunsupportedheader.h>

Inherits CSIPTokenHeaderBase.


Detailed Description

PublishedAll
Released
Class provides functions for setting and getting SIP "Unsupported" header.

Public Member Functions

IMPORT_C ~CSIPUnsupportedHeader ()
 Destructor, deletes the resources of CSIPUnsupportedHeader.
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<
CSIPUnsupportedHeader
DecodeL (const TDesC8 &aValue)
 Constructs a CSIPUnsupportedHeader from textual representation of the header's value part.
static IMPORT_C CSIPUnsupportedHeaderNewL (RStringF aValue)
 Creates a new instance of CSIPUnsupportedHeader.
static IMPORT_C CSIPUnsupportedHeaderNewLC (RStringF aValue)
 Creates a new instance of CSIPUnsupportedHeader and puts it to CleanupStack.
static IMPORT_C CSIPHeaderBaseInternalizeValueL (RReadStream &aReadStream)
 Constructs an instance of a CSIPUnsupportedHeader from a RReadStream.
static RPointerArray< CSIPHeaderBaseBaseDecodeL (const TDesC8 &aValue)

Constructor & Destructor Documentation

IMPORT_C CSIPUnsupportedHeader::~CSIPUnsupportedHeader  ) 
 

Destructor, deletes the resources of CSIPUnsupportedHeader.


Member Function Documentation

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

From CSIPHeaderBase CloneL.

Implements CSIPHeaderBase.

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

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

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

Constructs an instance of a CSIPUnsupportedHeader from a RReadStream.

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

From CSIPHeaderBase Name.

Implements CSIPHeaderBase.

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

Creates a new instance of CSIPUnsupportedHeader.

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

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

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

Implements CSIPHeaderBase.


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

Copyright © Nokia Corporation 2001-2007
Back to top