OnOutxDsrFlow Event

Value of fOutxDsrFlow member of DCB structure changed.

Syntax

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

Parameters

Value

Contains value of fOutxDsrFlow member of DCB structure.
If this member is TRUE, the DSR (data-set-ready) signal is monitored for output flow control. If this member is TRUE and DSR is turned off, output is suspended until DSR is sent again.