24#ifndef __mqtt_server_response_h
25#define __mqtt_server_response_h
87 connect_response(
const MQTTAsync_successData5* rsp);
92 connect_response(
const MQTTAsync_successData* rsp);
174 std::vector<ReasonCode> reasonCodes_;
182 unsubscribe_response(MQTTAsync_successData5* rsp);
188 unsubscribe_response(MQTTAsync_successData*) {}
bool is_session_present() const
Definition server_response.h:112
string get_server_uri() const
Definition server_response.h:99
int get_mqtt_version() const
Definition server_response.h:104
friend class token
Definition server_response.h:81
Definition properties.h:293
server_response()
Definition server_response.h:47
const properties & get_properties() const noexcept
Definition server_response.h:66
virtual ~server_response()
Definition server_response.h:61
server_response(properties &&props)
Definition server_response.h:57
server_response(const properties &props)
Definition server_response.h:52
const std::vector< ReasonCode > & get_reason_codes() const
Definition server_response.h:199
friend class token
Definition server_response.h:176
Definition async_client.h:60
const std::vector< ReasonCode > & get_reason_codes() const
Definition server_response.h:165
std::vector< ReasonCode > reasonCodes_
Definition server_response.h:133
subscribe_response(size_t n, MQTTAsync_successData *rsp)
subscribe_response(MQTTAsync_successData5 *rsp)
friend class token
Definition server_response.h:135