OnOutxCtsFlow Event

Value of fOutxCtsFlow member of DCB structure changed.

Syntax

Visual Basic .NET
Sub OnOutxCtsFlow(ByVal Value As Boolean)
Visual C#
void OnOutxCtsFlow(Boolean 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.