aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
MqttCommon.h File Reference
#include <aws/crt/Config.h>
#include <aws/crt/Exports.h>
#include <aws/crt/auth/Sigv4Signing.h>
#include <aws/crt/mqtt/MqttClient.h>

Go to the source code of this file.

Classes

struct  Aws::Iot::WebsocketConfig
 
struct  Aws::Iot::Pkcs12Options
 

Namespaces

namespace  Aws
 
namespace  Aws::Iot
 

Typedefs

using Aws::Iot::CreateSigningConfig = std::function< std::shared_ptr< Crt::Auth::ISigningConfig >(void)>