Sends a break request (if supported by the underlying channel).

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

Syntax

Visual Basic
Public Overridable Sub SendBreak ( _
	breakLength As Integer _
)
C#
public virtual void SendBreak(
	int breakLength
)

Parameters

breakLength
Type: System..::..Int32
Break length, in milliseconds (if supported by the underlying channel).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also