#include <btsdp.h>
class CSdpAttrValueDES : public CSdpAttrValueList |
Public Member Functions | |
---|---|
IMPORT_C CSdpAttrValueDES * | NewDESL(MSdpElementBuilder *) |
virtual TSdpElementType | Type() |
Inherited Attributes | |
---|---|
CSdpAttrValueList::iList |
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.
IMPORT_C CSdpAttrValueDES * | NewDESL | ( | MSdpElementBuilder * | aBuilder | ) | [static] |
Allocates and constructs a new CSdpAttrValueDES object.
Parameter | Description |
---|---|
aBuilder | Parent for list. Set to NULL if the list is not nested in another list. |
Returns: A new CSdpAttrValueDES object
TSdpElementType | Type | ( | ) | const [virtual] |
Reimplemented from CSdpAttrValue::Type()const
Gets the attribute type.
Returns: Attribute type. Always ETypeDES.