Difference between revisions of "Unit RemoteShell"
From Ultibo.org
| Line 92: | Line 92: | ||
=== Type definitions === | === Type definitions === | ||
| + | ---- | ||
| + | |||
| + | ''None defined'' | ||
| + | |||
| + | === Class definitions === | ||
---- | ---- | ||
Revision as of 23:18, 24 January 2017
Return to Unit Reference
Contents
Description
Ultibo Remote Shell unit
To be documented
Constants
Remote shell specific constants
REMOTE_SHELL_* REMOTE_SHELL_DEFAULT_WELCOME = ' (Type HELP for a list of available commands)';
|
Telnet shell constants
TELNET_SHELL_* TELNET_SHELL_NAME = 'Telnet Shell';
|
Telnet shell command constants
TELNET_SHELL_COMMAND_* TELNET_SHELL_COMMAND_LOGOUT = 'LOGOUT';
|
Telnet shell alias constants
TELNET_SHELL_ALIAS_* TELNET_SHELL_ALIAS_EXIT = 'EXIT';
|
SSH shell constants
SSH_SHELL_* SSH_SHELL_NAME = 'SSH Shell';
|
SSH shell command constants
SSH_SHELL_COMMAND_* SSH_SHELL_COMMAND_LOGOUT = 'LOGOUT';
|
SSH shell alias constants
SSH_SHELL_ALIAS_* SSH_SHELL_ALIAS_EXIT = 'EXIT';
|
Type definitions
None defined
Class definitions
To be documented
Public variables
None defined
Function declarations
Initialization functions
procedure RemoteShellInit;
Description: To be documented
| Note | None documented |
|---|
Return to Unit Reference