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 | |
OnDisconnectionEventData () | |
Public Attributes | |
int | errorCode |
std::shared_ptr< DisconnectPacket > | disconnectPacket |
The data returned when OnDisconnect is invoked in the LifecycleEvents callback.
|
inline |
std::shared_ptr<DisconnectPacket> Aws::Crt::Mqtt5::OnDisconnectionEventData::disconnectPacket |
int Aws::Crt::Mqtt5::OnDisconnectionEventData::errorCode |