AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#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 | |
StreamStartedData & | operator= (const StreamStartedData &)=delete |
StreamStartedData & | operator= (StreamStartedData &&) noexcept=delete |
Data model for started Secure Tunnel streams.
|
noexcept |
|
virtual |
|
delete |
|
deletenoexcept |
|
noexcept |
The connection id of the secure tunnel message.
|
noexcept |
Service id of the started stream.
|
delete |
|
deletenoexcept |