CSdpAttrValueURL Class Reference

#include <btsdp.h>

Link against: sdpdatabase.lib

class CSdpAttrValueURL : public CSdpAttrValue

Inherits from

Detailed Description

A URL value of an attribute.

Constructor & Destructor Documentation

~CSdpAttrValueURL ( )

~CSdpAttrValueURL()[virtual]

Destructor.

Member Function Documentation

DataSize ( )

TUint DataSize()const [virtual]

Reimplemented from CSdpAttrValue::DataSize()const

Gets the size of the attribute.

Returns: Size of the attribute in bytes.

Des ( )

const TPtrC8Des()const [virtual]

Reimplemented from CSdpAttrValue::Des()const

Gets the value as a data buffer.

Returns: Attribute value

NewURLL ( const TDesC8 & )

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

Allocates and constructs a new CSdpAttrValueURL object.

ParameterDescription
aStringBuffer containing the attribute value

Returns: New CSdpAttrValueURL object

Type ( )

TSdpElementType Type()const [virtual]

Reimplemented from CSdpAttrValue::Type()const

Gets the attribute type.

Returns: Attribute type. Always ETypeURL.