AWS IoT Device SDK C++ v2 1.14.0
AWS IoT Device SDK C++ v2
Classes | Namespaces | Typedefs
SecureTunnel.h File Reference
#include <aws/crt/http/HttpConnection.h>
#include <aws/crt/io/Bootstrap.h>
#include <aws/crt/io/SocketOptions.h>
#include <aws/iotdevice/secure_tunneling.h>
#include <aws/iotsecuretunneling/Exports.h>

Go to the source code of this file.

Classes

class  Aws::Iotsecuretunneling::SecureTunnelBuilder
 
class  Aws::Iotsecuretunneling::SecureTunnel
 

Namespaces

namespace  Aws
 
namespace  Aws::Iotsecuretunneling
 

Typedefs

using Aws::Iotsecuretunneling::OnConnectionComplete = std::function< void(void)>
 
using Aws::Iotsecuretunneling::OnConnectionShutdown = std::function< void(void)>
 
using Aws::Iotsecuretunneling::OnSendDataComplete = std::function< void(int errorCode)>
 
using Aws::Iotsecuretunneling::OnDataReceive = std::function< void(const Crt::ByteBuf &data)>
 
using Aws::Iotsecuretunneling::OnStreamStart = std::function< void()>
 
using Aws::Iotsecuretunneling::OnStreamReset = std::function< void(void)>
 
using Aws::Iotsecuretunneling::OnSessionReset = std::function< void(void)>