CSdpAttrValueURL Class Reference

class CSdpAttrValueURL : public CSdpAttrValue

A URL value of an attribute.

Inherits from

Constructor & Destructor Documentation

CSdpAttrValueURL()

CSdpAttrValueURL ( ) [private]

~CSdpAttrValueURL()

~CSdpAttrValueURL ( ) [virtual]

Destructor.

Member Functions Documentation

ConstructL(const TDesC8 &)

void ConstructL ( const TDesC8 & aString ) [private]

Parameters

const TDesC8 & aString

DataSize()

TUint DataSize ( ) const [virtual]

Gets the size of the attribute.

Des()

const TPtrC8 Des ( ) const [virtual]

Gets the value as a data buffer.

NewURLL(const TDesC8 &)

IMPORT_C CSdpAttrValueURL * NewURLL ( const TDesC8 & aString ) [static]

Allocates and constructs a new CSdpAttrValueURL object.

Parameters

const TDesC8 & aString Buffer containing the attribute value

Type()

TSdpElementType Type ( ) const [virtual]

Gets the attribute type.

Member Data Documentation

HBufC8 * iBuffer

HBufC8 * iBuffer [private]