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::OnDisconnectionEventData Struct Reference

#include <Mqtt5Client.h>

Public Member Functions

 OnDisconnectionEventData ()
 

Public Attributes

int errorCode
 
std::shared_ptr< DisconnectPacketdisconnectPacket
 

Detailed Description

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

Constructor & Destructor Documentation

Aws::Crt::Mqtt5::OnDisconnectionEventData::OnDisconnectionEventData ( )
inline

Member Data Documentation

std::shared_ptr<DisconnectPacket> Aws::Crt::Mqtt5::OnDisconnectionEventData::disconnectPacket
int Aws::Crt::Mqtt5::OnDisconnectionEventData::errorCode

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