|
|
|
|
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 heap
CSdpAttrValue - Base class for classes that encapsulate SDP attributes values
CSdpAttrValueNil - A null type data attribute
Defined 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).
|