#include <btsdp.h>
| class CSdpAttrValueNil : public CSdpAttrValue |
| Public Member Functions | |
|---|---|
| virtual | ~CSdpAttrValueNil() |
| virtual TUint | DataSize() |
| IMPORT_C CSdpAttrValueNil * | NewNilL() |
| virtual TSdpElementType | Type() |
A null type data attribute.
| TUint | DataSize | ( | ) | const [virtual] |
Reimplemented from CSdpAttrValue::DataSize()const
Gets the size of the attribute (always 0).
Returns: Size of the attribute (in bytes).
| IMPORT_C CSdpAttrValueNil * | NewNilL | ( | ) | [static] |
Allocates and constructs a new CSdpAttrValueNil object.
Returns: New CSdpAttrValueNil
| TSdpElementType | Type | ( | ) | const [virtual] |
Reimplemented from CSdpAttrValue::Type()const
Gets the type of the attribute (always ETypeNil).
Returns: Type of the attribute