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

#include <SecureTunnel.h>

Public Member Functions

 StreamStoppedData (const aws_secure_tunnel_message_view &raw_options, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept
 
const Crt::Optional< Crt::ByteCursor > & getServiceId () const noexcept
 
virtual ~StreamStoppedData ()
 
 StreamStoppedData (const StreamStoppedData &)=delete
 
 StreamStoppedData (StreamStoppedData &&) noexcept=delete
 
StreamStoppedDataoperator= (const StreamStoppedData &)=delete
 
StreamStoppedDataoperator= (StreamStoppedData &&) noexcept=delete
 

Detailed Description

Data model for stopped Secure Tunnel streams.

Constructor & Destructor Documentation

◆ StreamStoppedData() [1/3]

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

◆ ~StreamStoppedData()

Aws::Iotsecuretunneling::StreamStoppedData::~StreamStoppedData ( )
virtual

◆ StreamStoppedData() [2/3]

Aws::Iotsecuretunneling::StreamStoppedData::StreamStoppedData ( const StreamStoppedData )
delete

◆ StreamStoppedData() [3/3]

Aws::Iotsecuretunneling::StreamStoppedData::StreamStoppedData ( StreamStoppedData &&  )
deletenoexcept

Member Function Documentation

◆ getServiceId()

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

Service id of the stopped stream.

Returns
Service id of the stopped stream.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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