Determines which sequence is sent by the and SendBreak(Int32) method.

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

Syntax

Visual Basic
Public Enumeration BreakSequence
C#
public enum BreakSequence

Members

Member nameDescription
Supported by the .NET Compact FrameworkDefault
Default behavior of the used protocol.
Supported by the .NET Compact FrameworkTelnetBreakCommand
The Telnet Command Break (0xFF 0xF3) is sent. This is default for Telnet.
Supported by the .NET Compact FrameworkTelnetBreakCode
The Telnet Break Code (0x81) is sent.
Supported by the .NET Compact FrameworkSshBreakCommand
The SSH Break command is sent. This is default for SSH.
Supported by the .NET Compact FrameworkControlC
The sequence equivalent to CTRL+C (0x03 - End of Text) is sent.
Supported by the .NET Compact FrameworkControlX
The sequence equivalent to CTRL+X (0x18 - Cancel) is sent.
Supported by the .NET Compact FrameworkControlZ
The sequence equivalent to CTRL+Z (0x1A - Substitute) is sent.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also