Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class CSdpAttrValueDEA

class CSdpAttrValueDEA : public CSdpAttrValueList;

Description

A Data element alternative (DEA) value of an attribute: this is an attribute whose value is a sequence of data elements from which one data element is to be selected

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

Derivation

Members

Defined in CSdpAttrValueDEA:

Inherited from CBase:

Inherited from CSdpAttrValue:

Inherited from CSdpAttrValueList:

Inherited from MSdpElementBuilder:


Member functions


NewDEAL(MSdpElementBuilder *)

IMPORT_C static CSdpAttrValueDEA* NewDEAL(MSdpElementBuilder *aBuilder);

Description

Allocates and constructs a new CSdpAttrValueDEA object.

Parameters

MSdpElementBuilder *aBuilder

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

Return value

CSdpAttrValueDEA *

A new CSdpAttrValueDEA object


Type()const

virtual TSdpElementType Type() const;

Description

Gets the attribute type.

Return value

TSdpElementType

Attribute type. Always ETypeDEA.