#include <IEventTransport.hpp>
Updates the Event manager state. 
Definition at line 29 of file IEventTransport.hpp.
 
  
  
      
        
          | virtual kaa::IEventTransport::~IEventTransport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual std::shared_ptr<EventSyncRequest> kaa::IEventTransport::createEventRequest  | 
          ( | 
          std::int32_t  | 
          requestId | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Creates the Event request.
- Returns
 - new Event request. 
 
- See also
 - EventSyncRequest 
 
 
 
  
  
      
        
          | virtual void kaa::IEventTransport::onEventResponse  | 
          ( | 
          const EventSyncResponse &  | 
          response | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Updates the state of the Event manager according to the given response.
- Parameters
 - 
  
    | response | the response from the server.  | 
  
   
- See also
 - EventSyncResponse 
 
 
 
  
  
      
        
          | virtual void kaa::IEventTransport::onSyncResponseId  | 
          ( | 
          std::int32_t  | 
          requestId | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
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/IEventTransport.hpp