Represents Shell mode.
This specifies the way of issuing commands and detecting the end of response.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Enumeration ShellMode |
C# |
---|
public enum ShellMode |
Members
Member name | Description | |
---|---|---|
Prompt |
Prompt-based command end detection.
| |
WellKnownShell |
Well-known shell
|