![]() |
PahoMqttCpp
MQTT C++ Client for POSIX and Windows
|
#include <server_response.h>
Public Member Functions | |
| string | get_server_uri () const |
| int | get_mqtt_version () const |
| bool | is_session_present () const |
Public Member Functions inherited from mqtt::server_response | |
| server_response () | |
| server_response (const properties &props) | |
| server_response (properties &&props) | |
| virtual | ~server_response () |
| const properties & | get_properties () const noexcept |
Friends | |
| class | token |
Response for a connect request.
|
inline |
Gets the URI of the broker to which we connected.
|
inline |
Gets the MQTT version for the connection.
|
inline |
Determines whether a session already existed for this client on the server. This tells whether the server has a persistent session stored for the client, given the ClientID specified in the connect message.
|
friend |