#include <KaaTcpResponseProcessor.hpp>
Definition at line 31 of file KaaTcpResponseProcessor.hpp.
kaa::KaaTcpResponseProcessor::~KaaTcpResponseProcessor |
( |
| ) |
|
|
inline |
void kaa::KaaTcpResponseProcessor::flush |
( |
| ) |
|
|
inline |
void kaa::KaaTcpResponseProcessor::processResponseBuffer |
( |
const char * |
buf, |
|
|
std::uint32_t |
size |
|
) |
| |
void kaa::KaaTcpResponseProcessor::registerConnackReceiver |
( |
std::function< void(const ConnackMessage &)> |
onConnack | ) |
|
|
inline |
void kaa::KaaTcpResponseProcessor::registerDisconnectReceiver |
( |
std::function< void(const DisconnectMessage &)> |
onDisconnect | ) |
|
|
inline |
void kaa::KaaTcpResponseProcessor::registerKaaSyncReceiver |
( |
std::function< void(const KaaSyncResponse &)> |
onKaaSync | ) |
|
|
inline |
void kaa::KaaTcpResponseProcessor::registerPingResponseReceiver |
( |
std::function< void()> |
onPing | ) |
|
|
inline |
The documentation for this class was generated from the following file: