IWorksDriver interface : Close method

Close method
Description
VWorks software calls the Close method to tell the plugin to terminate the connection to a device.
IMPORTANT The Close method is a synchronous blocking call. It should not return until the device is completely closed.
Note: To initialize the device, VWorks software calls the Initialize method. See “Initialize method” .
Syntax
 
Parameters
None.
Related information