ITcClient
The ITcClient interface provides a class factory for creating an object to communicate with an ADS device. The interface is derived from IUnknown.
IUnknown methods | Description |
---|---|
QueryInterface | Returns a pointer to the interface that was requested. |
AddRef | Increments the reference counter |
Release | Decrements the reference counter |
ITcClient methods | Description |
---|---|
Creates an object of type ITcAdsSync that supports synchronous ADS communication to a single ADS device. |
Further Information