|
AWS IoT Device SDK C++ v2
1.43.1
AWS IoT Device SDK C++ v2
|
#include <CommandExecutionResult.h>
Public Member Functions | |
| CommandExecutionResult ()=default | |
| CommandExecutionResult (const Crt::JsonView &doc) | |
| CommandExecutionResult & | operator= (const Crt::JsonView &doc) |
| void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
| Aws::Crt::Optional< Aws::Crt::String > | S |
| Aws::Crt::Optional< bool > | B |
| Aws::Crt::Optional< Aws::Crt::Vector< uint8_t > > | Bin |
The result value of the command execution. The device can use the result field to share additional details about the execution such as a return value of a remote function call.
|
default |
| Aws::Iotcommands::CommandExecutionResult::CommandExecutionResult | ( | const Crt::JsonView & | doc | ) |
| CommandExecutionResult & Aws::Iotcommands::CommandExecutionResult::operator= | ( | const Crt::JsonView & | doc | ) |
| void Aws::Iotcommands::CommandExecutionResult::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
| Aws::Crt::Optional<bool> Aws::Iotcommands::CommandExecutionResult::B |
An attribute of type Boolean.
| Aws::Crt::Optional<Aws::Crt::Vector<uint8_t> > Aws::Iotcommands::CommandExecutionResult::Bin |
An attribute of type Binary.
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::CommandExecutionResult::S |
An attribute of type String.