Location:
btsdp.h
Link against: bluetooth.lib
CSdpAttrValueURL
Supported from 6.1
A URL value of an attribute.
|
Defined in CSdpAttrValueURL
:
DataSize()
, Des()
, NewURLL()
, Type()
, ~CSdpAttrValueURL()
Inherited from CBase
:
operator new()
Inherited from CSdpAttrValue
:
AcceptVisitorL()
,
Bool()
,
DoesIntFit()
,
Int()
,
UUID()
,
Uint()
static CSdpAttrValueURL* NewURLL(const TDesC8& aString);
Allocates and constructs a new CSdpAttrValueURL
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.
|