| 
                   | 
               
                  
                   | 
            |
Location: 
            btsdp.h
            
Link against: sdpdatabase.lib
            
         
class CSdpAttrValueUint : public CSdpAttrValue;
A unsigned integer value of an attribute.
The value can be up to 128 bits in size.
CBase - Base class for all classes to be instantiated on the heap
            CSdpAttrValue - Base class for classes that encapsulate SDP attributes values
            CSdpAttrValueUint - A unsigned integer value of an attribute
            Defined in CSdpAttrValueUint:
            DataSize(), Des(), DoesIntFit(), NewUintL(), SetUintValue(), Type(), Uint(), ~CSdpAttrValueUint()
            
         
Inherited from CBase:
            Delete(),
            Extension_(),
            operator new()
Inherited from CSdpAttrValue:
            AcceptVisitorL(),
            Bool(),
            Int(),
            UUID()
static IMPORT_C CSdpAttrValueUint *NewUintL(const TDesC8 &aUint);
Allocates and constructs a new CSdpAttrValueUint object.
                  
  | 
            
                  
  | 
            
IMPORT_C void SetUintValue(const TDesC8 &aValue);
Replaces the current value.
                  
  | 
            
                  
  | 
            
virtual TSdpElementType Type() const;
Gets the attribute type.
                  
  | 
            
virtual TUint DataSize() const;
Gets the size of the attribute.
                  
  | 
            
virtual TUint Uint() const;
Gets the value as an unsigned integer type.
                  
  | 
            
virtual TBool DoesIntFit() const;
Tests if the attribute can be stored in an integer value.
                  
  | 
            
virtual const TPtrC8 Des() const;
Gets the value as a data buffer.
                  
  |