Location:
btsdp.h
Link against: bluetooth.lib
CSdpAttrValueUUID
Supported from 6.1
A UUID value of an attribute.
The value can be up to 128 bits in size.
|
Defined in CSdpAttrValueUUID
:
DataSize()
, Des()
, NewUUIDL()
, Type()
, UUID()
, ~CSdpAttrValueUUID()
Inherited from CBase
:
operator new()
Inherited from CSdpAttrValue
:
AcceptVisitorL()
,
Bool()
,
DoesIntFit()
,
Int()
,
Uint()
static CSdpAttrValueUUID* NewUUIDL(const TUUID& aUUID);
Allocates and constructs a new CSdpAttrValueUUID
object.
|
|
virtual TUint DataSize() const;
Gets the size of the attribute.
|
virtual TSdpElementType Type() const;
Gets the attribute type.
|
virtual const TPtrC8 Des() const;
Gets the value as a data buffer.
|
virtual const TUUID& UUID() const;
Gets the attribute value.
|