aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <Mqtt5Client.h>
Public Member Functions | |
OnConnectionSuccessEventData () | |
Public Attributes | |
std::shared_ptr< ConnAckPacket > | connAckPacket |
std::shared_ptr< NegotiatedSettings > | negotiatedSettings |
The data returned when OnConnectionSuccess is invoked in the LifecycleEvents callback.
|
inline |
std::shared_ptr<ConnAckPacket> Aws::Crt::Mqtt5::OnConnectionSuccessEventData::connAckPacket |
std::shared_ptr<NegotiatedSettings> Aws::Crt::Mqtt5::OnConnectionSuccessEventData::negotiatedSettings |