AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
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: