API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <sipacceptencodingheader.h>
Inherits CSIPParameterHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPAcceptEncodingHeader () |
| Destructor, deletes the resources of CSIPAcceptEncodingHeader. | |
| IMPORT_C const TDesC8 & | Codings () const |
| Gets the codings from the "Accept-Encoding" header. | |
| IMPORT_C void | SetCodingsL (const TDesC8 &aCodings) |
| Sets the codings in the "Accept-Encoding" header. | |
| IMPORT_C TReal | QParameter () const |
| Gets the value of "q"-parameter. | |
| IMPORT_C void | SetQParameterL (TReal aQValue) |
| Sets the "q"-parameter value. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| TBool | MoreThanOneAllowed () const |
| TPreferredPlace | PreferredPlaceInMessage () const |
Static Public Member Functions | |
| static IMPORT_C RPointerArray< CSIPAcceptEncodingHeader > | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPAcceptEncodingHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPAcceptEncodingHeader * | NewL (const TDesC8 &aCodings) |
| Creates a new instance of CSIPAcceptEncodingHeader. | |
| static IMPORT_C CSIPAcceptEncodingHeader * | NewLC (const TDesC8 &aCodings) |
| Creates a new instance of CSIPAcceptEncodingHeader and puts it onto the cleanup stack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPAcceptEncodingHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPAcceptEncodingHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Gets the codings from the "Accept-Encoding" header.
|
|
|
Constructs a CSIPAcceptEncodingHeader from textual representation of the header's value part.
|
|
|
Constructs an instance of a CSIPAcceptEncodingHeader from a RReadStream.
|
|
|
Reimplemented from CSIPHeaderBase. |
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Creates a new instance of CSIPAcceptEncodingHeader.
|
|
|
Creates a new instance of CSIPAcceptEncodingHeader and puts it onto the cleanup stack.
|
|
|
Implements CSIPHeaderBase. |
|
|
Gets the value of "q"-parameter.
|
|
|
Sets the codings in the "Accept-Encoding" header.
|
|
|
Sets the "q"-parameter value.
|