CSdpAttrValueNil Class Reference

#include <btsdp.h>

Link against: sdpdatabase.lib

class CSdpAttrValueNil : public CSdpAttrValue

Inherits from

Detailed Description

A null type data attribute.

Constructor & Destructor Documentation

~CSdpAttrValueNil ( )

~CSdpAttrValueNil()[virtual]

Destructor.

Member Function Documentation

DataSize ( )

TUint DataSize()const [virtual]

Reimplemented from CSdpAttrValue::DataSize()const

Gets the size of the attribute (always 0).

Returns: Size of the attribute (in bytes).

NewNilL ( )

IMPORT_C CSdpAttrValueNil *NewNilL()[static]

Allocates and constructs a new CSdpAttrValueNil object.

Returns: New CSdpAttrValueNil

Type ( )

TSdpElementType Type()const [virtual]

Reimplemented from CSdpAttrValue::Type()const

Gets the type of the attribute (always ETypeNil).

Returns: Type of the attribute