OnBreak Event
Break flag changed.
Syntax
Visual Basic | Sub OnBreak(Value As Boolean) |
---|---|
Visual C++ (MFC) | void OnBreak(BOOL Value); |
Parameters
Value
Contains new flag value:
VARIANT_FALSE - the flag has been cleared - ClearCommBreak(),
otherwise the flag has been set - SetCommBreak().