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

  • CUpnpDescriptionProperty

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 &)

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

Parameters

const TDesC8 & aNamenew property name
const TDesC8 & aValuenew 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 & aNamenew property name
const TDesC8 & aValuenew property value

NewL()

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

SetNameL(const TDesC8 &)

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

Parameters

const TDesC8 & aNamenew property name

SetValueL(const TDesC8 &)

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

Parameters

const TDesC8 & aValuenew 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]