|
Public Member Functions |
| IMPORT_C | ~CSIPAcceptHeader () |
| | Destructor, deletes the resources of CSIPAcceptHeader.
|
| IMPORT_C TBool | IsEmpty () const |
| | Check if the header is empty.
|
| IMPORT_C const TDesC8 & | MediaType () const |
| | Gets the media type from the "Accept" header.
|
| IMPORT_C void | SetMediaTypeL (const TDesC8 &aMediaType) |
| | Sets the media type in the "Accept" header.
|
| IMPORT_C const TDesC8 & | MediaSubtype () const |
| | Gets the media subtype from the "Accept" header.
|
| IMPORT_C void | SetMediaSubtypeL (const TDesC8 &aMediaSubtype) |
| | Sets the media subtype in the "Accept" 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<
CSIPAcceptHeader > | DecodeL (const TDesC8 &aValue) |
| | Constructs a CSIPAcceptHeader from textual representation of the header's value part.
|
| static IMPORT_C CSIPAcceptHeader * | NewL (const TDesC8 &aMediaType, const TDesC8 &aMediaSubtype) |
| | Creates a new instance of CSIPAcceptHeader.
|
| static IMPORT_C CSIPAcceptHeader * | NewLC (const TDesC8 &aMediaType, const TDesC8 &aMediaSubtype) |
| | Creates a new instance of CSIPAcceptHeader and puts it into the cleanup stack.
|
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| | Constructs an instance of a CSIPAcceptHeader from a RReadStream.
|
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |