client-cpp  0.6.3
kaa::KaaSyncResponse Class Reference

#include <KaaSyncResponse.hpp>

Public Member Functions

 KaaSyncResponse (const char *payload, std::uint32_t size)
 
const std::vector< std::uint8_t > & getPayload () const
 
bool isZipped () const
 
bool isEncrypted () const
 
std::uint16_t getMessageId () const
 

Detailed Description

Definition at line 26 of file KaaSyncResponse.hpp.

Constructor & Destructor Documentation

kaa::KaaSyncResponse::KaaSyncResponse ( const char *  payload,
std::uint32_t  size 
)

Member Function Documentation

std::uint16_t kaa::KaaSyncResponse::getMessageId ( ) const
inline

Definition at line 34 of file KaaSyncResponse.hpp.

const std::vector<std::uint8_t>& kaa::KaaSyncResponse::getPayload ( ) const
inline

Definition at line 31 of file KaaSyncResponse.hpp.

bool kaa::KaaSyncResponse::isEncrypted ( ) const
inline

Definition at line 33 of file KaaSyncResponse.hpp.

bool kaa::KaaSyncResponse::isZipped ( ) const
inline

Definition at line 32 of file KaaSyncResponse.hpp.


The documentation for this class was generated from the following file: