CUpnpDescriptionProperty Class Reference

class CUpnpDescriptionProperty : public CBase
This class stores properties of a device, like: manufacturer, UDN and so on. serviceframework.lib
Since
Series60 3.2

Inherits from

Constructor & Destructor Documentation

CUpnpDescriptionProperty()

CUpnpDescriptionProperty ( )
Default C++ constructor
Since
Series60 3.2

~CUpnpDescriptionProperty()

~CUpnpDescriptionProperty ( )
Destructor of the class.
Since
Series60 3.2

Member Functions Documentation

ConstructL(const TDesC8 &, const TDesC8 &)

void ConstructL ( const TDesC8 & aName,
const TDesC8 & aValue
)
2nd phase constructor
Since
Series60 3.2

Parameters

const TDesC8 & aName new property name
const TDesC8 & aValue new property value

Name()

const TDesC8 & Name ( )
Getter for property name
Since
Series60 3.2

NewL(const TDesC8 &, const TDesC8 &)

CUpnpDescriptionProperty * NewL ( const TDesC8 & aName,
const TDesC8 & aValue
) [static]
Two-phased constructor.
Since
Series60 3.2

Parameters

const TDesC8 & aName new property name
const TDesC8 & aValue new property value

NewL()

CUpnpDescriptionProperty * NewL ( ) [static]
Two-phased constructor.
Since
Series60 3.2

SetNameL(const TDesC8 &)

void SetNameL ( const TDesC8 & aName )
Setter for property name
Since
Series60 3.2

Parameters

const TDesC8 & aName new property name

SetValueL(const TDesC8 &)

void SetValueL ( const TDesC8 & aValue )
Setter for property value
Since
Series60 3.2

Parameters

const TDesC8 & aValue new property value

Value()

const TDesC8 & Value ( )
Getter for property value
Since
Series60 3.2

Member Data Documentation

HBufC8 * iName

HBufC8 * iName [private]

HBufC8 * iValue

HBufC8 * iValue [private]