Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <btsdp.h>
Link against: sdpdatabase.lib

Class CSdpAttrValueDES

class CSdpAttrValueDES : public CSdpAttrValueList;

Description

A Data element sequence (DES) value of an attribute.

A DES can contain other values within it, including other sequences. This enables arbitrary tree structures to be created.

Most of the functionality is supplied by the base class CSdpAttrValueList.

Derivation

Members

Defined in CSdpAttrValueDES:

Inherited from CBase:

Inherited from CSdpAttrValue:

Inherited from CSdpAttrValueList:

Inherited from MSdpElementBuilder:


Member functions


NewDESL(MSdpElementBuilder *)

IMPORT_C static CSdpAttrValueDES* NewDESL(MSdpElementBuilder *aBuilder);

Description

Allocates and constructs a new CSdpAttrValueDES object.

Parameters

MSdpElementBuilder *aBuilder

Parent for list. Set to NULL if the list is not nested in another list.

Return value

CSdpAttrValueDES *

A new CSdpAttrValueDES object


Type()const

virtual TSdpElementType Type() const;

Description

Gets the attribute type.

Return value

TSdpElementType

Attribute type. Always ETypeDES.