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