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