Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: btsdp.h
Link against: sdpdatabase.lib

Class CSdpAttrValueNil

class CSdpAttrValueNil : public CSdpAttrValue;

Description

A null type data attribute.

Derivation

Members

Defined in CSdpAttrValueNil:
DataSize(), NewNilL(), Type(), ~CSdpAttrValueNil()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CSdpAttrValue:
AcceptVisitorL(), Bool(), Des(), DoesIntFit(), Int(), UUID(), Uint()


Construction and destruction


~CSdpAttrValueNil()

virtual ~CSdpAttrValueNil();

Description

Destructor.

[Top]


Member functions


NewNilL()

static IMPORT_C CSdpAttrValueNil *NewNilL();

Description

Allocates and constructs a new CSdpAttrValueNil object.

Return value

CSdpAttrValueNil *

New CSdpAttrValueNil


Type()

virtual TSdpElementType Type() const;

Description

Gets the type of the attribute (always ETypeNil).

Return value

TSdpElementType

Type of the attribute


DataSize()

virtual TUint DataSize() const;

Description

Gets the size of the attribute (always 0).

Return value

TUint

Size of the attribute (in bytes).