AWS IoT Device SDK C++ v2  1.42.1
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Crt::Mqtt5::PublishReceivedEventData Struct Reference

#include <Mqtt5Client.h>

Public Member Functions

 PublishReceivedEventData ()
 

Public Attributes

std::shared_ptr< PublishPacketpublishPacket
 

Detailed Description

The data returned when a publish is made to a topic the MQTT5 client is subscribed to.

Constructor & Destructor Documentation

◆ PublishReceivedEventData()

Aws::Crt::Mqtt5::PublishReceivedEventData::PublishReceivedEventData ( )
inline

Member Data Documentation

◆ publishPacket

std::shared_ptr<PublishPacket> Aws::Crt::Mqtt5::PublishReceivedEventData::publishPacket

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