S60 3rd Edition API Reference: CSIPAllowHeader Class Reference

CSIPAllowHeader Class Reference

API published in: S60 2nd Ed

Link against: sipcodec.lib

Capability Information

Required Capabilities

None


#include <sipallowheader.h>

Inherits CSIPTokenHeaderBase.


Detailed Description

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

Public Member Functions

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

Constructor & Destructor Documentation

IMPORT_C CSIPAllowHeader::~CSIPAllowHeader  ) 
 

Destructor, deletes the resources of CSIPAllowHeader.


Member Function Documentation

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

From CSIPHeaderBase CloneL.

Implements CSIPHeaderBase.

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

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

Parameters:
aValue a value part of a "Allow"-header
Returns:
an array containing one to many instances of CSIPAllowHeader
static IMPORT_C CSIPHeaderBase* CSIPAllowHeader::InternalizeValueL RReadStream &  aReadStream  )  [static]
 

Constructs an instance of a CSIPAllowHeader from a RReadStream.

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

From CSIPHeaderBase Name.

Implements CSIPHeaderBase.

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

Creates a new instance of CSIPAllowHeader.

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

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

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

Implements CSIPHeaderBase.


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

Copyright © Nokia Corporation 2001-2007
Back to top