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::Mqtt::PubCallbackData Struct Reference

Public Member Functions

 PubCallbackData ()
 

Public Attributes

MqttConnectionconnection
 
OnMessageReceivedHandler onMessageReceived
 
Allocatorallocator
 

Constructor & Destructor Documentation

◆ PubCallbackData()

Aws::Crt::Mqtt::PubCallbackData::PubCallbackData ( )
inline

Member Data Documentation

◆ allocator

Allocator* Aws::Crt::Mqtt::PubCallbackData::allocator

◆ connection

MqttConnection* Aws::Crt::Mqtt::PubCallbackData::connection

◆ onMessageReceived

OnMessageReceivedHandler Aws::Crt::Mqtt::PubCallbackData::onMessageReceived

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