![]() |
paho-mqtt-cpp
MQTT C++ Client for POSIX and Windows
|
#include <server_response.h>
Public Member Functions | |
const std::vector< ReasonCode > & | get_reason_codes () const |
![]() | |
server_response () | |
server_response (const properties &props) | |
server_response (properties &&props) | |
virtual | ~server_response () |
const properties & | get_properties () const |
Friends | |
class | token |
Response for unsubscribe messages.
|
inline |
Gets the reason codes from the server response. On an unsubscribe ack there is a reason code for each topic that was sent in the unsubscribe packet. Each tells the result of unsubscribing to the corresponding topic.
|
friend |