aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <Mqtt5Client.h>
Public Member Functions | |
PublishReceivedEventData () | |
Public Attributes | |
std::shared_ptr< PublishPacket > | publishPacket |
The data returned when a publish is made to a topic the MQTT5 client is subscribed to.
|
inline |
std::shared_ptr<PublishPacket> Aws::Crt::Mqtt5::PublishReceivedEventData::publishPacket |