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::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

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

Member Data Documentation

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

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