|
|
|
|
Location:
btsdp.h
Link against: sdpdatabase.lib
class CSdpAttrValueBoolean : public CSdpAttrValue;
A Boolean value of an attribute.
CBase - Base class for all classes to be instantiated on the heapCSdpAttrValue - Base class for classes that encapsulate SDP attributes valuesCSdpAttrValueBoolean - A Boolean value of an attributeDefined in CSdpAttrValueBoolean:
Bool(), DataSize(), NewBoolL(), Type(), ~CSdpAttrValueBoolean()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSdpAttrValue:
AcceptVisitorL(),
Des(),
DoesIntFit(),
Int(),
UUID(),
Uint()
static IMPORT_C CSdpAttrValueBoolean *NewBoolL(TBool aBool);
Allocates and constructs a new CSdpAttrValueBoolean object.
|
|
virtual TSdpElementType Type() const;
Gets the attribute type.
|
virtual TUint DataSize() const;
Gets the size of the attribute.
|