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