XoffChar Property

Value of the XOFF character for both transmission and reception. XOFF is a software control to stop the transmission of data (whereas RTS and CTS are hardware controls). XON resumes the transmission.

Access

Read/Write

Syntax

Visual Basic .NET
XoffChar As Byte
Visual C#
Byte XoffChar;

Remarks

Cannot be the same as XonChar.

Errors

The property may throw exception. Refer to Handle errors sample for details.

See Also

XonChar