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