|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <MqttConnection.h>
Public Attributes | |
| ReturnCode | returnCode |
| bool | sessionPresent |
The data returned when the connection success callback is invoked in a connection.
| ReturnCode Aws::Crt::Mqtt::OnConnectionSuccessData::returnCode |
The Connect return code received from the server.
| bool Aws::Crt::Mqtt::OnConnectionSuccessData::sessionPresent |
Returns whether a session was present and resumed for this successful connection. Will be set to true if the connection resumed an already present MQTT connection session.
1.8.10