exec
The command allows to execute command line in a similar way to typing it into a shell, but both a request and a response are transported with use of SMP (asynchronous).
Parameters
the command to be executed.
an array consisting arguments of the command.
the asynchronous callback.
The command allows to execute command line in a similar way to typing it into a shell, but both a request and a response are transported with use of SMP (asynchronous).
Parameters
the command to be executed.
an array consisting arguments of the command.
the operation timeout in milliseconds.
the asynchronous callback.
The command allows to execute command line in a similar way to typing it into a shell, but both a request and a response are transported with use of SMP (synchronous).
Return
The response.
Parameters
the command to be executed.
an array consisting arguments of the command.
Throws
Transport error. See cause.