AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Iotsecuretunneling::ConnectionStartedData Class Reference

#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
ConnectionStartedDataoperator= (const ConnectionStartedData &)=delete
ConnectionStartedDataoperator= (ConnectionStartedData &&) noexcept=delete

Detailed Description

Data model for opened Secure Tunnel connection.

Constructor & Destructor Documentation

◆ ConnectionStartedData() [1/3]

Aws::Iotsecuretunneling::ConnectionStartedData::ConnectionStartedData ( const aws_secure_tunnel_message_view & raw_options,
Crt::Allocator * allocator = Crt::ApiAllocator() )
noexcept

◆ ~ConnectionStartedData()

Aws::Iotsecuretunneling::ConnectionStartedData::~ConnectionStartedData ( )
virtual

◆ ConnectionStartedData() [2/3]

Aws::Iotsecuretunneling::ConnectionStartedData::ConnectionStartedData ( const ConnectionStartedData & )
delete

◆ ConnectionStartedData() [3/3]

Aws::Iotsecuretunneling::ConnectionStartedData::ConnectionStartedData ( ConnectionStartedData && )
deletenoexcept

Member Function Documentation

◆ getConnectionId()

const uint32_t & Aws::Iotsecuretunneling::ConnectionStartedData::getConnectionId ( ) const
noexcept

The connection id of the opened connection.

Returns
The connection id of the opened connection.

◆ getServiceId()

const Crt::Optional< Crt::ByteCursor > & Aws::Iotsecuretunneling::ConnectionStartedData::getServiceId ( ) const
noexcept

Service id the connection is using.

Returns
Service id the connection is using.

◆ operator=() [1/2]

ConnectionStartedData & Aws::Iotsecuretunneling::ConnectionStartedData::operator= ( ConnectionStartedData && )
deletenoexcept

◆ operator=() [2/2]

ConnectionStartedData & Aws::Iotsecuretunneling::ConnectionStartedData::operator= ( const ConnectionStartedData & )
delete

The documentation for this class was generated from the following files: