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

Delphi
object.XoffChar: Byte;
BCBuilder
property char XoffChar;

Remarks

Cannot be the same as XonChar.

Errors

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

See Also

XonChar