OnOutxDsrFlow Event
Value of fOutxDsrFlow member of DCB structure changed.
Syntax
Visual Basic .NET | Sub OnOutxDsrFlow(ByVal Value As Boolean) |
---|---|
Visual C# | void OnOutxDsrFlow(Boolean 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.