API published in: S60 3rd Ed
Link against: sipcodec.lib
None
#include <sipacceptcontactheader.h>
Inherits CSIPParameterHeaderBase.
Public Member Functions | |
| virtual IMPORT_C | ~CSIPAcceptContactHeader () |
| Destructor, deletes the resources of CSIPAcceptContactHeader. | |
| IMPORT_C TBool | operator== (const CSIPAcceptContactHeader &aHeader) const |
| Compares this instance to another "Accept-Contact" header object. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| TBool | HasCompactName () const |
| RStringF | CompactName () const |
| TBool | MoreThanOneAllowed () const |
| TPreferredPlace | PreferredPlaceInMessage () const |
Static Public Member Functions | |
| static IMPORT_C RPointerArray< CSIPAcceptContactHeader > | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPAcceptContactHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPAcceptContactHeader * | NewL () |
| Creates a new instance of CSIPAcceptContactHeader. | |
| static IMPORT_C CSIPAcceptContactHeader * | NewLC () |
| Creates a new instance of CSIPAcceptContactHeader On return the new instance has left to the CleanupStack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPAcceptContactHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPAcceptContactHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Constructs a CSIPAcceptContactHeader from textual representation of the header's value part.
|
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Constructs an instance of a CSIPAcceptContactHeader from a RReadStream.
|
|
|
Reimplemented from CSIPHeaderBase. |
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Creates a new instance of CSIPAcceptContactHeader.
|
|
|
Creates a new instance of CSIPAcceptContactHeader On return the new instance has left to the CleanupStack.
|
|
|
Compares this instance to another "Accept-Contact" header object. Two Accept-Contact-headers are equal, if both contain exactly the same parameters. The order of the parameters is not sufficient.
|
|
|
Implements CSIPHeaderBase. |