|
client-cpp
0.6.3
|
#include <IKaaTransport.hpp>
Inheritance diagram for kaa::IKaaTransport:Public Member Functions | |
| virtual void | sync ()=0 |
| virtual void | setClientState (IKaaClientStateStoragePtr status)=0 |
| virtual | ~IKaaTransport () |
Transport interface processing request and response for the specific service.
Definition at line 32 of file IKaaTransport.hpp.
|
inlinevirtual |
Definition at line 51 of file IKaaTransport.hpp.
|
pure virtual |
Sets the client's state object.
| state | state object to be set. |
Implemented in kaa::AbstractKaaTransport< Type >, kaa::AbstractKaaTransport< TransportType::PROFILE >, and kaa::AbstractKaaTransport< TransportType::BOOTSTRAP >.
|
pure virtual |
Sets the specific IKaaChannelManager for the current transport.
| channelManager | manager to be set. |
Implemented in kaa::ProfileTransport, and kaa::BootstrapTransport.