OnInX Event

Value of fInX member of DCB structure changed.

Syntax

Visual Basic .NET
Sub OnInX(ByVal Value As Boolean)
Visual C#
void OnInX(Boolean Value);

Parameters

Value

Contains value of fInX member of DCB structure.
Indicates whether XON/XOFF flow control is used during reception. If this member is TRUE, the XoffChar character is sent when the input buffer comes within XoffLim bytes of being full, and the XonChar character is sent when the input buffer comes within XonLim bytes of being empty.