AWS IoT Device SDK C++ v2  1.34.0
AWS IoT Device SDK C++ v2
Classes | Namespaces | Typedefs
IotSecureTunnelingClient.h File Reference
#include <aws/iotsecuretunneling/Exports.h>
#include <aws/crt/StlAllocator.h>
#include <aws/crt/Types.h>
#include <aws/crt/mqtt/MqttClient.h>

Go to the source code of this file.

Classes

class  Aws::Iotsecuretunneling::IotSecureTunnelingClient
 

Namespaces

 Aws
 
 Aws::Iotsecuretunneling
 

Typedefs

using Aws::Iotsecuretunneling::OnSubscribeComplete = std::function< void(int ioErr)>
 
using Aws::Iotsecuretunneling::OnPublishComplete = std::function< void(int ioErr)>
 
using Aws::Iotsecuretunneling::OnSubscribeToTunnelsNotifyResponse = std::function< void(Aws::Iotsecuretunneling::SecureTunnelingNotifyResponse *, int ioErr)>