Defines all the possible connection states of an ShellChannel object. Intended to be used by Rebex Terminal infrastructure.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Enumeration ShellChannelState |
C# |
---|
public enum ShellChannelState |
Members
Member name | Description | |
---|---|---|
NotConnected |
The ShellChannel was either never connected, or is no longer connected.
| |
Connected |
The ShellChannel is connected or data is still available to be read.
|