AWS IoT Device SDK C++ v2  1.36.1
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Crt::Mqtt5::OnConnectionSuccessEventData Struct Reference

#include <Mqtt5Client.h>

Public Member Functions

 OnConnectionSuccessEventData ()
 

Public Attributes

std::shared_ptr< ConnAckPacketconnAckPacket
 
std::shared_ptr< NegotiatedSettingsnegotiatedSettings
 

Detailed Description

The data returned when OnConnectionSuccess is invoked in the LifecycleEvents callback.

Constructor & Destructor Documentation

◆ OnConnectionSuccessEventData()

Aws::Crt::Mqtt5::OnConnectionSuccessEventData::OnConnectionSuccessEventData ( )
inline

Member Data Documentation

◆ connAckPacket

std::shared_ptr<ConnAckPacket> Aws::Crt::Mqtt5::OnConnectionSuccessEventData::connAckPacket

◆ negotiatedSettings

std::shared_ptr<NegotiatedSettings> Aws::Crt::Mqtt5::OnConnectionSuccessEventData::negotiatedSettings

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