AWS IoT Device SDK C++ v2  1.42.0
AWS IoT Device SDK C++ v2
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

◆ OnDisconnectionEventData()

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

Member Data Documentation

◆ disconnectPacket

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

◆ errorCode

int Aws::Crt::Mqtt5::OnDisconnectionEventData::errorCode

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