Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: btsdp.h
Link against: sdpdatabase.lib

Class CSdpAttrValueURL

class CSdpAttrValueURL : public CSdpAttrValue;

Description

A URL value of an attribute.

Derivation

Members

Defined in CSdpAttrValueURL:
DataSize(), Des(), NewURLL(), Type(), ~CSdpAttrValueURL()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CSdpAttrValue:
AcceptVisitorL(), Bool(), DoesIntFit(), Int(), UUID(), Uint()


Construction and destruction


~CSdpAttrValueURL()

virtual ~CSdpAttrValueURL();

Description

Destructor.

[Top]


Member functions


NewURLL()

static IMPORT_C CSdpAttrValueURL *NewURLL(const TDesC8 &aString);

Description

Allocates and constructs a new CSdpAttrValueURL object.

Parameters

const TDesC8 &aString

Buffer containing the attribute value

Return value

CSdpAttrValueURL *

New CSdpAttrValueURL object


Type()

virtual TSdpElementType Type() const;

Description

Gets the attribute type.

Return value

TSdpElementType

Attribute type. Always ETypeURL.


Des()

virtual const TPtrC8 Des() const;

Description

Gets the value as a data buffer.

Return value

const TPtrC8

Attribute value


DataSize()

virtual TUint DataSize() const;

Description

Gets the size of the attribute.

Return value

TUint

Size of the attribute in bytes.