aws-crt-cpp
|
#include <MqttClient.h>
Public Member Functions | |
MqttClient (Crt::Io::ClientBootstrap &bootstrap, Crt::Allocator *allocator=Crt::g_allocator) noexcept | |
std::shared_ptr< Crt::Mqtt::MqttConnection > | NewConnection (const MqttClientConnectionConfig &config) noexcept |
int | LastError () const noexcept |
operator bool () const noexcept | |
AWS IOT specific Mqtt Client. Sets defaults for using the AWS IOT service. You'll need an instance of MqttClientConnectionConfig to use. Once NewConnection returns, you use it's return value identically to how you would use Aws::Crt::Mqtt::MqttConnection
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
inlineexplicitnoexcept |