aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
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

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

Member Data Documentation

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

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