The Method SendCommand sends a command to change the state of the control module state machine remotely.
The signature of this Method is specified below. Table 80 specifies the Arguments representation.
Signature
SendCommand (
[in] CommandEnumeration Command,
[out] MethodExecutionFeedbackType ExecutionFeedback);
Table 80 – SendCommand Method Arguments
Argument |
Description |
Command |
The command to be sent to the machine module. |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |