OnOutxCtsFlow Event

Value of fOutxCtsFlow member of DCB structure changed.

Syntax

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

Parameters

Value

Contains value of fOutxCtsFlow member of DCB structure.
If this member is TRUE, the CTS (clear-to-send) signal is monitored for output flow control. If this member is TRUE and CTS is turned off, output is suspended until CTS is sent again.