Serial Port Monitor ActiveX Control - 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 cannot stop sniffing a port (Stop() will return FALSE) until you close the program currently working with the monitored port.


See also

Start method