S60 3rd Edition API Reference: CSIPReplyToHeader Class Reference

CSIPReplyToHeader Class Reference

API published in: S60 3rd Ed

Link against: sipcodec.lib

Capability Information

Required Capabilities

None


#include <sipreplytoheader.h>

Inherits CSIPAddressHeaderBase.


Detailed Description

PublishedAll
Released
Class provides functions for setting and getting parameters in SIP "Reply-To" header.

Public Member Functions

virtual IMPORT_C ~CSIPReplyToHeader ()
 Destructor, deletes the resources of CSIPReplyToHeader.
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 CSIPReplyToHeaderDecodeL (const TDesC8 &aValue)
 Constructs a CSIPReplyToHeader from textual representation of the header's value part.
static IMPORT_C CSIPReplyToHeaderNewL (CSIPAddress *aSIPAddress)
 Creates a new instance of CSIPReplyToHeader.
static IMPORT_C CSIPReplyToHeaderNewLC (CSIPAddress *aSIPAddress)
 Creates a new instance of CSIPReplyToHeader and puts it to CleanupStack.
static IMPORT_C CSIPHeaderBaseInternalizeValueL (RReadStream &aReadStream)
 Constructs an instance of a CSIPReplyToHeader from a RReadStream.
static RPointerArray< CSIPHeaderBaseBaseDecodeL (const TDesC8 &aValue)

Constructor & Destructor Documentation

virtual IMPORT_C CSIPReplyToHeader::~CSIPReplyToHeader  )  [virtual]
 

Destructor, deletes the resources of CSIPReplyToHeader.


Member Function Documentation

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

From CSIPHeaderBase CloneL.

Implements CSIPHeaderBase.

static IMPORT_C CSIPReplyToHeader* CSIPReplyToHeader::DecodeL const TDesC8 &  aValue  )  [static]
 

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

Parameters:
aValue a value part of a "Refer-To"-header (e.g. "User <user@host>")
Returns:
a new instance of CSIPReplyToHeader
static IMPORT_C CSIPHeaderBase* CSIPReplyToHeader::InternalizeValueL RReadStream &  aReadStream  )  [static]
 

Constructs an instance of a CSIPReplyToHeader from a RReadStream.

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

From CSIPHeaderBase Name.

Implements CSIPHeaderBase.

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

Creates a new instance of CSIPReplyToHeader.

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

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

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

Implements CSIPHeaderBase.


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

Copyright © Nokia Corporation 2001-2007
Back to top