CSdpAttrValueUUID Class Reference

class CSdpAttrValueUUID : public CSdpAttrValue

A UUID value of an attribute.

The value can be up to 128 bits in size.

Inherits from

Constructor & Destructor Documentation

CSdpAttrValueUUID(const TUUID &)

CSdpAttrValueUUID ( const TUUID & aUUID ) [private]

Parameters

const TUUID & aUUID

~CSdpAttrValueUUID()

~CSdpAttrValueUUID ( ) [virtual]

Destructor.

Member Functions Documentation

DataSize()

TUint DataSize ( ) const [virtual]

Gets the size of the attribute.

Des()

const TPtrC8 Des ( ) const [virtual]

Gets the value as a data buffer.

NewUUIDL(const TUUID &)

IMPORT_C CSdpAttrValueUUID * NewUUIDL ( const TUUID & aUUID ) [static]

Allocates and constructs a new CSdpAttrValueUUID object.

Parameters

const TUUID & aUUID Attribute value

Type()

TSdpElementType Type ( ) const [virtual]

Gets the attribute type.

UUID()

const TUUID & UUID ( ) const [virtual]

Gets the attribute value.

Member Data Documentation

TUUID iUUID

TUUID iUUID [private]