AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
MqttConnection.h File Reference
#include <aws/crt/Exports.h>
#include <aws/crt/StlAllocator.h>
#include <aws/crt/Types.h>
#include <aws/crt/http/HttpConnection.h>
#include <aws/crt/io/SocketOptions.h>
#include <aws/crt/io/TlsOptions.h>
#include <aws/crt/mqtt/MqttTypes.h>
#include <aws/mqtt/client.h>
#include <aws/mqtt/v5/mqtt5_client.h>
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

struct  Aws::Crt::Mqtt::OnConnectionClosedData
struct  Aws::Crt::Mqtt::OnConnectionSuccessData
struct  Aws::Crt::Mqtt::OnConnectionFailureData
class  Aws::Crt::Mqtt::MqttConnection

Namespaces

namespace  Aws
namespace  Aws::Crt
namespace  Aws::Crt::Http
namespace  Aws::Crt::Mqtt5
namespace  Aws::Crt::Mqtt

Typedefs

using Aws::Crt::Mqtt::OnConnectionInterruptedHandler = std::function<void(MqttConnection &connection, int error)>
using Aws::Crt::Mqtt::OnConnectionResumedHandler
using Aws::Crt::Mqtt::OnConnectionCompletedHandler
using Aws::Crt::Mqtt::OnConnectionClosedHandler
using Aws::Crt::Mqtt::OnConnectionSuccessHandler
using Aws::Crt::Mqtt::OnConnectionFailureHandler
using Aws::Crt::Mqtt::OnDisconnectHandler = std::function<void(MqttConnection &connection)>
using Aws::Crt::Mqtt::OnPublishReceivedHandler
using Aws::Crt::Mqtt::OnWebSocketHandshakeInterceptComplete
using Aws::Crt::Mqtt::OnWebSocketHandshakeIntercept