AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Public Member Functions | List of all members
Aws::Iotsecuretunneling::StreamStartedData Class Reference

#include <SecureTunnel.h>

Public Member Functions

 StreamStartedData (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 ~StreamStartedData ()
 
 StreamStartedData (const StreamStartedData &)=delete
 
 StreamStartedData (StreamStartedData &&) noexcept=delete
 
StreamStartedDataoperator= (const StreamStartedData &)=delete
 
StreamStartedDataoperator= (StreamStartedData &&) noexcept=delete
 

Detailed Description

Data model for started Secure Tunnel streams.

Constructor & Destructor Documentation

◆ StreamStartedData() [1/3]

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

◆ ~StreamStartedData()

Aws::Iotsecuretunneling::StreamStartedData::~StreamStartedData ( )
virtual

◆ StreamStartedData() [2/3]

Aws::Iotsecuretunneling::StreamStartedData::StreamStartedData ( const StreamStartedData )
delete

◆ StreamStartedData() [3/3]

Aws::Iotsecuretunneling::StreamStartedData::StreamStartedData ( StreamStartedData &&  )
deletenoexcept

Member Function Documentation

◆ getConnectionId()

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

The connection id of the secure tunnel message.

Returns
The connection id of the secure tunnel message.

◆ getServiceId()

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

Service id of the started stream.

Returns
Service id of the started stream.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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