
|   |  | |
Location: 
            btsdp.h
            
Link against: sdpdatabase.lib
            
         
class CSdpAttrValueString : public CSdpAttrValue;
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.
CBase - Base class for all classes to be instantiated on the heap
            CSdpAttrValue - Base class for classes that encapsulate SDP attributes values
            CSdpAttrValueString - A Text String value of an attribute
            Defined in CSdpAttrValueString:
            DataSize(), Des(), NewStringL(), Type(), ~CSdpAttrValueString()
            
         
Inherited from CBase:
            Delete(),
            Extension_(),
            operator new()
Inherited from CSdpAttrValue:
            AcceptVisitorL(),
            Bool(),
            DoesIntFit(),
            Int(),
            UUID(),
            Uint()
static IMPORT_C CSdpAttrValueString *NewStringL(const TDesC8 &aString);
Allocates and constructs a new CSdpAttrValueString object.
| 
 | 
| 
 | 
virtual TSdpElementType Type() const;
Gets the attribute type.
| 
 | 
virtual TUint DataSize() const;
Gets the size of the attribute.
| 
 | 
virtual const TPtrC8 Des() const;
Gets the value as a data buffer.
| 
 |