Stop method description

The Stop method stops sniffing of the definite serial port.

BOOL Stop(
  void
);


Return Values
Use Stop method to stop sniffing of a serial port. If your program exits without calling Stop method, it will be called automatically in Serial Port Monitor ActiveX’s object destructor.
Remarks You can stop sniffing a port even if the program, currently working with the monitored port, is launched.


See also

Start method