AWS IoT Device SDK C++ v2  1.39.0
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Eventstreamrpc::ContinuationSharedState Struct Reference

Public Member Functions

 ContinuationSharedState ()
 

Public Attributes

ContinuationStateType m_currentState
 
struct aws_event_stream_rpc_client_continuation_token * m_continuation
 
std::shared_ptr< OnMessageFlushCallbackContainerm_activationCallbackContainer
 
std::function< void(EventstreamResultVariantType &&)> m_activationResponseCallback
 
std::shared_ptr< OnMessageFlushCallbackContainerm_closeCallbackContainer
 

Constructor & Destructor Documentation

◆ ContinuationSharedState()

Aws::Eventstreamrpc::ContinuationSharedState::ContinuationSharedState ( )

Member Data Documentation

◆ m_activationCallbackContainer

std::shared_ptr<OnMessageFlushCallbackContainer> Aws::Eventstreamrpc::ContinuationSharedState::m_activationCallbackContainer

◆ m_activationResponseCallback

std::function<void(EventstreamResultVariantType &&)> Aws::Eventstreamrpc::ContinuationSharedState::m_activationResponseCallback

◆ m_closeCallbackContainer

std::shared_ptr<OnMessageFlushCallbackContainer> Aws::Eventstreamrpc::ContinuationSharedState::m_closeCallbackContainer

◆ m_continuation

struct aws_event_stream_rpc_client_continuation_token* Aws::Eventstreamrpc::ContinuationSharedState::m_continuation

◆ m_currentState

ContinuationStateType Aws::Eventstreamrpc::ContinuationSharedState::m_currentState

The documentation for this struct was generated from the following file: