AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <SecureTunnel.h>
Public Member Functions | |
ConnectionData (const aws_secure_tunnel_connection_view &raw_options, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | |
const Crt::Optional< Crt::ByteCursor > & | getServiceId1 () const noexcept |
const Crt::Optional< Crt::ByteCursor > & | getServiceId2 () const noexcept |
const Crt::Optional< Crt::ByteCursor > & | getServiceId3 () const noexcept |
virtual | ~ConnectionData () |
ConnectionData (const ConnectionData &)=delete | |
ConnectionData (ConnectionData &&) noexcept=delete | |
ConnectionData & | operator= (const ConnectionData &)=delete |
ConnectionData & | operator= (ConnectionData &&) noexcept=delete |
Data model for Secure Tunnel connection view.
|
noexcept |
|
virtual |
|
delete |
|
deletenoexcept |
|
noexcept |
Service id 1 of the secure tunnel.
|
noexcept |
Service id 2 of the secure tunnel.
|
noexcept |
Service id 3 of the secure tunnel.
|
deletenoexcept |
|
delete |