ShellChannel.SendBreak Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
SendBreak(Int32)
Sends a break request (if supported by the underlying channel).
Declaration
public virtual void SendBreak(int breakLength)
Parameters
Type | Name | Description |
---|---|---|
Int32 | breakLength | Break length, in milliseconds (if supported by the underlying channel). |