Suspends/restores character transmission.
| Visual Basic .NET | Sub SetBreak(ByVal Value As Boolean)
|
|---|---|
| Visual C# | void SetBreak(Boolean Value);
|
Value
[in] Break status. If TRUE, suspends character transmission and places the transmission line in a break state. If FALSE, restores character transmission and places the transmission line in a nonbreak state.
The method may throw exception. Refer to Handle errors sample for details.