AWS IoT Device SDK C++ v2
1.35.0
AWS IoT Device SDK C++ v2
|
Public Member Functions | |
StreamingOperation (const std::shared_ptr< StreamingOperationImpl > &impl) | |
virtual | ~StreamingOperation () |
virtual void | Open () |
![]() | |
virtual | ~IStreamingOperation ()=default |
Static Public Member Functions | |
static std::shared_ptr< IStreamingOperation > | Create (Aws::Crt::Allocator *allocator, const StreamingOperationOptionsInternal &options, struct aws_mqtt_request_response_client *client) |
|
explicit |
|
virtual |
|
static |
|
virtual |
Opens a streaming operation by making the appropriate MQTT subscription with the broker.
Implements Aws::Iot::RequestResponse::IStreamingOperation.