Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("SendBreak method has been deprecated. Please use Scripting.SendBreak instead.", _ False)> _ Public Sub SendBreak ( _ breakLength As Integer _ ) |
C# |
---|
[ObsoleteAttribute("SendBreak method has been deprecated. Please use Scripting.SendBreak instead.", false)] public void SendBreak( int breakLength ) |
Parameters
- breakLength
- Type: System..::..Int32