Connect : To connect controller to the bus
Synopsis
Section titled “Synopsis”UINT Connect (DWORD dwClientId )```### Description
This function will connect the tool to corresponding protocol bus. The return value of this function will be 0 or 1. This function can return 0 in case tool is already connected. dwClientId is reserved for future use.### Inputs
Client ID. Currently unused.### Returns
A value zero indicate failure condition while a value 1 indicate a success condition.
---
**Authoritative source**: BUSMASTER DITA help source `Connect.dita`, compiled into `BUSMASTER.CHM` with the application.