Command Struct Reference

Structure used to send commands (input) in raw data form and store the response (output)

#include <scmTypes.h>

Public Attributes

std::string inRawData
 Data structure for inputs.
 
std::string outRawData
 Data structure for outputs.
 
char32_t errorCode = 0
 SCM error code which informs about the command result.