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