Location:
btsdp.h
Link against: bluetooth.lib
CSdpAttrValueDEA
Supported from 6.1
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
.
|
Defined in CSdpAttrValueDEA
:
NewDEAL()
, Type()
Inherited from CBase
:
operator new()
Inherited from CSdpAttrValue
:
Bool()
,
Des()
,
DoesIntFit()
,
Int()
,
UUID()
,
Uint()
Inherited from CSdpAttrValueList
:
AcceptVisitorL()
,
AppendValueL()
,
BuildBooleanL()
,
BuildDEAL()
,
BuildDESL()
,
BuildIntL()
,
BuildNilL()
,
BuildStringL()
,
BuildURLL()
,
BuildUUIDL()
,
BuildUintL()
,
BuildUnknownL()
,
DataSize()
,
EndListL()
,
StartListL()
static CSdpAttrValueDEA* NewDEAL(MSdpElementBuilder* aBuilder);
Allocates and constructs a new CSdpAttrValueDEA
object.
|
|
virtual TSdpElementType Type() const;
Gets the attribute type.
|