aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <MqttTypes.h>
Public Attributes | |
const char * | hostName = nullptr |
uint32_t | port = 0 |
Io::SocketOptions | socketOptions |
Crt::Io::TlsContext | tlsContext |
Crt::Io::TlsConnectionOptions | tlsConnectionOptions |
bool | useWebsocket = false |
bool | useTls = false |
Allocator * | allocator = nullptr |
Options required to create an MqttConnection.
uint32_t Aws::Crt::Mqtt::MqttConnectionOptions::port = 0 |
Io::SocketOptions Aws::Crt::Mqtt::MqttConnectionOptions::socketOptions |
Crt::Io::TlsConnectionOptions Aws::Crt::Mqtt::MqttConnectionOptions::tlsConnectionOptions |
Crt::Io::TlsContext Aws::Crt::Mqtt::MqttConnectionOptions::tlsContext |