client-cpp  0.0.1-SNAPSHOT
kaa::KaaSyncResponse Class Reference

#include <KaaSyncResponse.hpp>

Public Member Functions

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

Detailed Description

Definition at line 27 of file KaaSyncResponse.hpp.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 35 of file KaaSyncResponse.hpp.

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

Definition at line 32 of file KaaSyncResponse.hpp.

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

Definition at line 34 of file KaaSyncResponse.hpp.

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

Definition at line 33 of file KaaSyncResponse.hpp.


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