Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <btsdp.h>
Link against: sdpdatabase.lib

Class CSdpAttrValueNil

class CSdpAttrValueNil : public CSdpAttrValue;

Description

A null type data attribute.

Derivation

Members

Defined in CSdpAttrValueNil:

Inherited from CBase:

Inherited from CSdpAttrValue:


Construction and destruction


~CSdpAttrValueNil()

virtual ~CSdpAttrValueNil();

Description

Destructor.

[Top]


Member functions


NewNilL()

IMPORT_C static CSdpAttrValueNil* NewNilL();

Description

Allocates and constructs a new CSdpAttrValueNil object.

Return value

CSdpAttrValueNil *

New CSdpAttrValueNil


Type()const

virtual TSdpElementType Type() const;

Description

Gets the type of the attribute (always ETypeNil).

Return value

TSdpElementType

Type of the attribute


DataSize()const

virtual TUint DataSize() const;

Description

Gets the size of the attribute (always 0).

Return value

TUint

Size of the attribute (in bytes).