TorqueScript Reference
|
Functions | |
void | telnetSetParameters (int port, string consolePass, string listenPass) |
void telnetSetParameters | ( | int | port, |
string | consolePass, | ||
string | listenPass | ||
) |
Initialize and open the telnet console.
port | Port to listen on for console connections (0 will shut down listening). |
consolePass | Password for read/write access to console. |
listenPass | Password for read access to console. |
remoteEcho | [optional] Enable echoing back to the client, off by default. |