Terminal state.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Enumeration TerminalState
C#
public enum TerminalState

Members

Member nameDescription
Supported by the .NET Compact FrameworkDataReceived
Incoming data was just received and processed.
Supported by the .NET Compact FrameworkNoDataAvailable
No incoming data is currently available.
Supported by the .NET Compact FrameworkDisconnected
The terminal has disconnected.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also