#include <EventTransport.hpp>
Definition at line 33 of file EventTransport.hpp.
std::shared_ptr<EventSyncRequest> kaa::EventTransport::createEventRequest |
( |
std::int32_t |
requestId | ) |
|
|
virtual |
Creates the Event request.
- Returns
- new Event request.
- See Also
- EventSyncRequest
Implements kaa::IEventTransport.
void kaa::EventTransport::onEventResponse |
( |
const EventSyncResponse & |
response | ) |
|
|
virtual |
Updates the state of the Event manager according to the given response.
- Parameters
-
response | the response from the server. |
- See Also
- EventSyncResponse
Implements kaa::IEventTransport.
void kaa::EventTransport::onSyncResponseId |
( |
std::int32_t |
requestId | ) |
|
|
virtual |
void kaa::EventTransport::sync |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: