AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Public Attributes | List of all members
Aws::Crt::Mqtt::OnConnectionSuccessData Struct Reference

#include <MqttConnection.h>

Public Attributes

ReturnCode returnCode
 
bool sessionPresent
 

Detailed Description

The data returned when the connection success callback is invoked in a connection.

Member Data Documentation

◆ returnCode

ReturnCode Aws::Crt::Mqtt::OnConnectionSuccessData::returnCode

The Connect return code received from the server.

◆ sessionPresent

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.


The documentation for this struct was generated from the following file: