CSdpAttrValueBoolean Class Reference

class CSdpAttrValueBoolean : public CSdpAttrValue

A Boolean value of an attribute.

Inherits from

Constructor & Destructor Documentation

CSdpAttrValueBoolean(TBool)

CSdpAttrValueBoolean(TBoolaBool)[private]

Parameters

TBool aBool

~CSdpAttrValueBoolean()

~CSdpAttrValueBoolean()[virtual]

Destructor.

Member Functions Documentation

Bool()

TBool Bool()const [virtual]

Gets the attribute value.

DataSize()

TUint DataSize()const [virtual]

Gets the size of the attribute.

NewBoolL(TBool)

IMPORT_C CSdpAttrValueBoolean *NewBoolL(TBoolaBool)[static]

Allocates and constructs a new CSdpAttrValueBoolean object.

Parameters

TBool aBoolValue for the attribute

Type()

TSdpElementType Type()const [virtual]

Gets the attribute type.

Member Data Documentation

TBool iBool

TBool iBool[private]