OnOutX Event
Value of fOutX member of DCB structure changed.
Syntax
Visual Basic | Sub OnOutX(Value As Boolean) |
---|---|
Visual C++ (MFC) | void OnOutX(BOOL Value); |
Parameters
Value
Contains value of fOutX member of DCB structure.
Indicates whether XON/XOFF flow control is used during transmission. If this member is TRUE, transmission stops when the XoffChar character is received and starts again when the XonChar character is received.