![]() |
PahoMqttCpp
MQTT C++ Client for POSIX and Windows
|
#include <server_response.h>
Public Member Functions | |
| server_response () | |
| server_response (const properties &props) | |
| server_response (properties &&props) | |
| virtual | ~server_response () |
| const properties & | get_properties () const noexcept |
Base class for responses from the server.
|
inline |
Creates a response with empty property list.
|
inline |
Creates a server response with the specified properties.
| props | The properties in the response. |
|
inline |
Creates a server response with the specified properties.
| props | The properties in the response. |
|
inlinevirtual |
Virtual destructor.
|
inlinenoexcept |
Gets the properties from the response.