Command and Reply
This Automation Manager object sends a Telnet command (with the expectation of receiving a Telnet response).
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Command | String | Yes | The command to be transmitted during the current Telnet session. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Command | String | Yes | echo Hello World |