Location: 
            gsmuset.h
            
Link against: gsmu.lib
            
         
         
       
      
         
         IMPORT_C TSmsUserDataSettings();
         Description
         
         Constructor - initialises iAlphabet and iFlags
         
         
       
      
         inline TSmsDataCodingScheme::TSmsAlphabet Alphabet() const;
         Description
         
         Gets the Alphabet for the User Data.
         
         
         Return value
         
         
          
      
         inline void SetAlphabet(TSmsDataCodingScheme::TSmsAlphabet aAlphabet);
         Description
         
         Sets the Alphabet for the User Data.
         
         
         Parameters
         
         
          
      
         inline TBool TextCompressed() const;
         Description
         
         Tests if the message text is compressed.
         
         Return value
         
         
            
               
                  
                     
                        
                              TBool
                               | 
                        
                            True if the message text is compressed  
                         | 
                      
                   
                | 
            
         
          
      
         inline void SetTextCompressed(TBool aCompressed);
         Description
         
         Sets if the message text is compressed.
         
         Parameters
         
         
            
               
                  
                     
                        
                              TBool aCompressed | 
                        
                            True if the message text is compressed  
                         | 
                      
                   
                | 
            
         
          
      
         
         IMPORT_C TBool TextConcatenated(TBool *aIs16Bit=0) const;
         Description
         
         Tests if User Data is concatenated using a 16 bit reference.
         
         
         Parameters
         
         
            
               
                  
                     
                        
                              TBool *aIs16Bit | 
                        
                            Set to true if concatenated using a 16 bit reference  
                         | 
                      
                   
                | 
            
         
         
         Return value
         
         
            
               
                  
                     
                        TBool
                               | 
                        
                            True if concatenated set as on  
                         | 
                      
                   
                | 
            
         
          
      
         
         IMPORT_C void SetTextConcatenated(TBool aConcatenated, TBool aIs16Bit=EFalse);
         Description
         
         Sets concatenation on/off.
         
         Parameters
         
         
            
               
                  
                     
                        
                              TBool aConcatenated | 
                        
                            True to set concatenation on  
                         | 
                      
                     
                        
                              TBool aIs16Bit | 
                        
                            Set to true to set 16 bit concatenation reference (default 8 bit)  
                         | 
                      
                   
                | 
            
         
          
      
         
         IMPORT_C void InternalizeL(RReadStream &aStream);
         Description
         
         Internalises the object.
         
         Parameters
         
         
          
      
         
         IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
         Description
         
         Externalises the object.
         
         Parameters