|
|
|
|
Location:
btsdp.h
Link against: sdpdatabase.lib
class CSdpAttrValueUUID : public CSdpAttrValue;
A UUID value of an attribute.
The value can be up to 128 bits in size.
CBase - Base class for all classes to be instantiated on the heap
CSdpAttrValue - Base class for classes that encapsulate SDP attributes values
CSdpAttrValueUUID - A UUID value of an attribute
Defined in CSdpAttrValueUUID:
DataSize(), Des(), NewUUIDL(), Type(), UUID(), ~CSdpAttrValueUUID()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSdpAttrValue:
AcceptVisitorL(),
Bool(),
DoesIntFit(),
Int(),
Uint()
static IMPORT_C CSdpAttrValueUUID *NewUUIDL(const TUUID &aUUID);
Allocates and constructs a new CSdpAttrValueUUID object.
|
|
virtual TSdpElementType Type() const;
Gets the attribute type.
|
virtual TUint DataSize() const;
Gets the size of the attribute.
|
virtual const TUUID &UUID() const;
Gets the attribute value.
|
virtual const TPtrC8 Des() const;
Gets the value as a data buffer.
|