| 
                   | 
               
                  
                   | 
            |
Location: 
            SyncMLClient.h
            
Link against: smlclient.lib
            
         
class RSyncMLSettings : public RSubSessionBase;
Handle to global settings for SyncML sync behaviour.
         
RSubSessionBase - Client-side handle to a sub-session
            RSyncMLSettings - Handle to global settings for 
               Defined in RSyncMLSettings:
            Close(), GetValueL(), OpenL(), SetValueL()
            
         
Inherited from RSubSessionBase:
            CloseSubSession(),
            CreateAutoCloseSubSession(),
            CreateSubSession(),
            Send(),
            SendReceive(),
            Session(),
            SubSessionHandle()
IMPORT_C void OpenL(RSyncMLSession &);
Opens a handle to the SyncML global settings.
         
                  
  | 
            
                  
  | 
            
IMPORT_C TInt GetValueL(TSmlGlobalSetting) const;
The handle is open.
Gets the current value for the specified setting.
                  
  | 
            
                  
  | 
            
                  
  | 
            
| Capability: | WriteDeviceData | 
IMPORT_C void SetValueL(TSmlGlobalSetting, TInt aValue);
The handle is open.
Sets the current value of the specified setting.
                  
  | 
            
                  
  | 
            
IMPORT_C void Close();
Closes the settings handle.