OnTXContinueOnXoff Event

Value of fTXContinueOnXoff member of DCB structure changed.

Syntax

Visual Basic
Sub OnTXContinueOnXoff(Value As Boolean)
Visual C++ (MFC)
void OnTXContinueOnXoff(BOOL Value);

Parameters

Value

Contains value of fTXContinueOnXoff member of DCB structure.
If this member is TRUE, transmission continues after the input buffer has come within XoffLim bytes of being full and the driver has transmitted the XoffChar character to stop receiving bytes. If this member is FALSE, transmission does not continue until the input buffer is within XonLim bytes of being empty and the driver has transmitted the XonChar character to resume reception.