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).