Serial Port Sniffer ActiveX Control - ResetBus Method

The ResetBus method resets real ports state/status after abnormal sniffing termination. For instance, when you terminate the Sniffer when sniffing is enabled, sniffed serial port can be insaccessible. This method solves the problem deleting all traces of abnormal termination.  

BOOL ResetBus(
  void  
);


Return Values
  If the function succeeds, the return value is TRUE. If the traces could not be cleared the return value is FALSE.