#include <IConfigurationTransport.hpp>
Updates the Configuration manager state. 
Definition at line 28 of file IConfigurationTransport.hpp.
 
  
  
      
        
          | virtual kaa::IConfigurationTrasnport::~IConfigurationTrasnport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual std::shared_ptr<ConfigurationSyncRequest> kaa::IConfigurationTrasnport::createConfigurationRequest  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Creates the configuration request.
- Returns
 - the configuration request object. 
 
- See also
 - ConfigurationSyncRequest 
 
 
 
  
  
      
        
          | virtual void kaa::IConfigurationTrasnport::onConfigurationResponse  | 
          ( | 
          const ConfigurationSyncResponse &  | 
          response | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Updates the state of the Configuration manager according to the given response.
- Parameters
 - 
  
    | response | the configuration response.  | 
  
   
- See also
 - ConfigurationSyncResponse 
 
 
 
The documentation for this class was generated from the following file: