AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <SecureTunnel.h>
Public Member Functions | |
ConnectionStartedData (const aws_secure_tunnel_message_view &raw_options, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | |
const Crt::Optional< Crt::ByteCursor > & | getServiceId () const noexcept |
const uint32_t & | getConnectionId () const noexcept |
virtual | ~ConnectionStartedData () |
ConnectionStartedData (const ConnectionStartedData &)=delete | |
ConnectionStartedData (ConnectionStartedData &&) noexcept=delete | |
ConnectionStartedData & | operator= (const ConnectionStartedData &)=delete |
ConnectionStartedData & | operator= (ConnectionStartedData &&) noexcept=delete |
Data model for opened Secure Tunnel connection.
|
noexcept |
|
virtual |
|
delete |
|
deletenoexcept |
|
noexcept |
The connection id of the opened connection.
|
noexcept |
Service id the connection is using.
|
deletenoexcept |
|
delete |