Location:
btsdp.h
Link against: bluetooth.lib
CSdpAttrValueString
Supported from 6.1
A Text String value of an attribute.
The encoding of the string is up to the user. The interpretation of the encoding is enabled using facilities in SDP.
|
Defined in CSdpAttrValueString
:
DataSize()
, Des()
, NewStringL()
, Type()
, ~CSdpAttrValueString()
Inherited from CBase
:
operator new()
Inherited from CSdpAttrValue
:
AcceptVisitorL()
,
Bool()
,
DoesIntFit()
,
Int()
,
UUID()
,
Uint()
static CSdpAttrValueString* NewStringL(const TDesC8& aString);
Allocates and constructs a new CSdpAttrValueString
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.
|