OnInX Event

Value of fInX member of DCB structure changed.

Syntax

Visual Basic
Sub OnInX(Value As Boolean)
Visual C++ (MFC)
void OnInX(BOOL 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.