#include <IUserTransport.hpp>
IKaaTransport for the Endpoint service. Updates the Endpoint manager state. 
Definition at line 29 of file IUserTransport.hpp.
 
  
  
      
        
          | virtual kaa::IUserTransport::~IUserTransport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual std::shared_ptr<UserSyncRequest> kaa::IUserTransport::createUserRequest  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Creates new User update request.
- Returns
 - new User update request. 
 
- See also
 - UserSyncRequest 
 
 
 
  
  
      
        
          | virtual void kaa::IUserTransport::onUserResponse  | 
          ( | 
          const UserSyncResponse &  | 
          response | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Updates the state of the Endpoint manager according to the given response.
- Parameters
 - 
  
    | response | the response from the server.  | 
  
   
- See also
 - UserSyncResponse 
 
 
 
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/kaa_stable/client/client-multi/client-cpp/kaa/channel/transport/IUserTransport.hpp