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.
Read/Write
| Delphi |
object.XoffChar: Byte; |
|---|---|
| BCBuilder |
property char XoffChar;
|
Cannot be the same as XonChar.
The property may throw exception. Refer to Handle errors sample for details.