S60 3rd Edition API Reference: CSIPPAssociatedURIHeader Class Reference

CSIPPAssociatedURIHeader Class Reference

API published in: S60 3rd Ed

Link against: sipcodec.lib

Capability Information

Required Capabilities

None


#include <sippassociateduriheader.h>

Inherits CSIPAddressHeaderBase.


Detailed Description

PublishedAll
Released
Class provides functions for setting and getting parameters in SIP "P-Associated-URI" header.

Public Member Functions

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

Static Public Member Functions

static IMPORT_C RPointerArray<
CSIPPAssociatedURIHeader
DecodeL (const TDesC8 &aValue)
 Constructs a CSIPPAssociatedURIHeader from textual representation of the header's value part.
static IMPORT_C CSIPPAssociatedURIHeaderNewL (CSIPAddress *aSIPAddress)
 Creates a new instance of CSIPPAssociatedURIHeader.
static IMPORT_C CSIPPAssociatedURIHeaderNewLC (CSIPAddress *aSIPAddress)
 Creates a new instance of CSIPPAssociatedURIHeader and puts it to CleanupStack.
static IMPORT_C CSIPHeaderBaseInternalizeValueL (RReadStream &aReadStream)
 Constructs an instance of a CSIPPAssociatedURIHeader from a RReadStream.
static RPointerArray< CSIPHeaderBaseBaseDecodeL (const TDesC8 &aValue)

Constructor & Destructor Documentation

virtual IMPORT_C CSIPPAssociatedURIHeader::~CSIPPAssociatedURIHeader  )  [virtual]
 

Destructor, deletes the resources of CSIPPAssociatedURIHeader.


Member Function Documentation

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

From CSIPHeaderBase CloneL.

Implements CSIPHeaderBase.

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

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

Parameters:
aValue a value part of a "P-Associated-URI"-header (e.g. "User <user@host>;param=value")
Returns:
an array containing one to many instances of CSIPPAssociatedURIHeader
static IMPORT_C CSIPHeaderBase* CSIPPAssociatedURIHeader::InternalizeValueL RReadStream &  aReadStream  )  [static]
 

Constructs an instance of a CSIPPAssociatedURIHeader from a RReadStream.

Parameters:
aReadStream a stream containing the value of the externalized object (header name not included).
Returns:
an instance of a CSIPPAssociatedURIHeader
TBool CSIPPAssociatedURIHeader::MoreThanOneAllowed  )  const [virtual]
 

Reimplemented from CSIPHeaderBase.

IMPORT_C RStringF CSIPPAssociatedURIHeader::Name  )  const [virtual]
 

From CSIPHeaderBase Name.

Implements CSIPHeaderBase.

static IMPORT_C CSIPPAssociatedURIHeader* CSIPPAssociatedURIHeader::NewL CSIPAddress aSIPAddress  )  [static]
 

Creates a new instance of CSIPPAssociatedURIHeader.

Precondition:
aSIPAddress != 0
Parameters:
aSIPAddress a name-address, the ownership is transferred.
Returns:
a new instance of CSIPPAssociatedURIHeader
static IMPORT_C CSIPPAssociatedURIHeader* CSIPPAssociatedURIHeader::NewLC CSIPAddress aSIPAddress  )  [static]
 

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

Precondition:
aSIPAddress != 0
Parameters:
aSIPAddress a name-address, the ownership is transferred,
Returns:
a new instance of CSIPPAssociatedURIHeader
TPreferredPlace CSIPPAssociatedURIHeader::PreferredPlaceInMessage  )  const [virtual]
 

Implements CSIPHeaderBase.


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

Copyright © Nokia Corporation 2001-2007
Back to top