|
|
|
|
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 heap
CSdpAttrValue - Base class for classes that encapsulate SDP attributes values
CSdpAttrValueBoolean - A Boolean value of an attribute
Defined 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.
|
virtual TBool Bool() const;
Gets the attribute value.
|