XonChar Property

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

Access

Read/Write

Syntax

Visual Basic
XonChar As Byte 
Visual C++ (MFC)
BYTE get_XonChar();  
void put_XonChar(BYTE value);    
Visual C++ (#import)
BYTE XonChar; 

Remarks

Cannot be the same as XoffChar.

Errors

The property may throw exception. Use GetLastError method to get the error code.

See Also

XoffChar