AWS IoT Device SDK C++ v2  1.43.1
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Iotcommands::CommandExecutionResult Class Referencefinal

#include <CommandExecutionResult.h>

Public Member Functions

 CommandExecutionResult ()=default
 
 CommandExecutionResult (const Crt::JsonView &doc)
 
CommandExecutionResultoperator= (const Crt::JsonView &doc)
 
void SerializeToObject (Crt::JsonObject &doc) const
 

Public Attributes

Aws::Crt::Optional< Aws::Crt::StringS
 
Aws::Crt::Optional< bool > B
 
Aws::Crt::Optional< Aws::Crt::Vector< uint8_t > > Bin
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CommandExecutionResult() [1/2]

Aws::Iotcommands::CommandExecutionResult::CommandExecutionResult ( )
default

◆ CommandExecutionResult() [2/2]

Aws::Iotcommands::CommandExecutionResult::CommandExecutionResult ( const Crt::JsonView doc)

Member Function Documentation

◆ operator=()

CommandExecutionResult & Aws::Iotcommands::CommandExecutionResult::operator= ( const Crt::JsonView doc)

◆ SerializeToObject()

void Aws::Iotcommands::CommandExecutionResult::SerializeToObject ( Crt::JsonObject doc) const

Member Data Documentation

◆ B

Aws::Crt::Optional<bool> Aws::Iotcommands::CommandExecutionResult::B

An attribute of type Boolean.

◆ Bin

Aws::Crt::Optional<Aws::Crt::Vector<uint8_t> > Aws::Iotcommands::CommandExecutionResult::Bin

An attribute of type Binary.

◆ S

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::CommandExecutionResult::S

An attribute of type String.


The documentation for this class was generated from the following files: