...
Table of Contents | ||||
---|---|---|---|---|
|
1. F_OpenInstancesAndFPAs
Anchor | ||||
---|---|---|---|---|
|
General Description
Multi API-DLL scans USB ports or LAN for connected FPAs listed in the setup file, or input string. When an FPA listed in the setup file is found, the corresponding API-DLL is copied on disk if necessary, and loaded. F_Initialization should be called for each FPA after this function succeeds.
...
All FPAs terminate communication with target devices and close target devices according to configuration settings (power setting, adapter line states, etc.). Finally, the USB/Ethernet connections to the FPAs are terminated and API-DLL instances are freed. The Multi API-DLL can now be used to open a new set of FPAs using the function F_OpenInstancesAndFPAs.
Syntax
Code Block | ||
---|---|---|
| ||
INT_X F_CloseInstances ( void ); |
Input
none.
Output
INT_X : success or failed
...