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