Location:
btsdp.h
Link against: sdpdatabase.lib
class CSdpAttrValueDES : public CSdpAttrValueList;
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
.
MSdpElementBuilder
- Constructs an attribute value, or a set of attributes, from multiple data elements
CBase
- Base class for all classes to be instantiated on the heap
CSdpAttrValue
- Base class for classes that encapsulate SDP attributes values
CSdpAttrValueList
- Base class for classes that specify lists of attribute data elements
CSdpAttrValueDES
- A Data element sequence (DES) value of an attribute
Defined in CSdpAttrValueDES
:
NewDESL()
, Type()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CSdpAttrValue
:
Bool()
,
Des()
,
DoesIntFit()
,
Int()
,
UUID()
,
Uint()
Inherited from CSdpAttrValueList
:
AcceptVisitorL()
,
AppendValueL()
,
BuildBooleanL()
,
BuildDEAL()
,
BuildDESL()
,
BuildEncodedL()
,
BuildIntL()
,
BuildNilL()
,
BuildStringL()
,
BuildURLL()
,
BuildUUIDL()
,
BuildUintL()
,
BuildUnknownL()
,
DataSize()
,
EndListL()
,
StartListL()
,
iList
Inherited from MSdpElementBuilder
:
MSEB_ExtensionInterfaceL()
static IMPORT_C CSdpAttrValueDES *NewDESL(MSdpElementBuilder *aBuilder);
Allocates and constructs a new CSdpAttrValueDES object.
|
|
virtual TSdpElementType Type() const;
Gets the attribute type.
|