|
AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
|
#include <IotCommandsClientV2.h>
Public Member Functions | |
| virtual | ~IClientV2 ()=default |
| virtual bool | UpdateCommandExecution (const UpdateCommandExecutionRequest &request, const UpdateCommandExecutionResultHandler &handler)=0 |
| virtual std::shared_ptr< Aws::Iot::RequestResponse::IStreamingOperation > | CreateCommandExecutionsCborPayloadStream (const CommandExecutionsSubscriptionRequest &request, const Aws::Iot::RequestResponse::StreamingOperationOptions< CommandExecutionEvent > &options)=0 |
| virtual std::shared_ptr< Aws::Iot::RequestResponse::IStreamingOperation > | CreateCommandExecutionsGenericPayloadStream (const CommandExecutionsSubscriptionRequest &request, const Aws::Iot::RequestResponse::StreamingOperationOptions< CommandExecutionEvent > &options)=0 |
| virtual std::shared_ptr< Aws::Iot::RequestResponse::IStreamingOperation > | CreateCommandExecutionsJsonPayloadStream (const CommandExecutionsSubscriptionRequest &request, const Aws::Iot::RequestResponse::StreamingOperationOptions< CommandExecutionEvent > &options)=0 |
The AWS IoT commands service is used to send an instruction from the cloud to a device that is connected to AWS IoT.
https://docs.aws.amazon.com/iot/latest/developerguide/iot-remote-command.html
|
virtualdefault |
|
pure virtual |
Creates a stream of CommandExecution notifications for a given IoT thing.
| request | Modeled streaming operation subscription configuration. |
| options | Configuration options for the streaming operation. |
Implemented in Aws::Iotcommands::ClientV2.
|
pure virtual |
Creates a stream of CommandExecution notifications for a given IoT thing.
| request | Modeled streaming operation subscription configuration. |
| options | Configuration options for the streaming operation. |
Implemented in Aws::Iotcommands::ClientV2.
|
pure virtual |
Creates a stream of CommandExecution notifications for a given IoT thing.
| request | Modeled streaming operation subscription configuration. |
| options | Configuration options for the streaming operation. |
Implemented in Aws::Iotcommands::ClientV2.
|
pure virtual |
Update the status of a command execution.
| request | operation to perform |
| handler | function object to invoke upon operation completion |
Implemented in Aws::Iotcommands::ClientV2.