3 running the testing utility, 4 initial – ADLINK PCI-7432 User Manual
Page 37

C/C++ Libraries
•
29
5.3 Running the Testing Utility
After installation, execute the DOS utility by typing the following command:
C> cd \7432\DOS\UTIL
C> 7432UTIL
(Use 7433UTIL.EXE or 7434UTIL.EXEdepending on the model of your 743X
series card).
5.4 Initial
@ Description
The 743X cards are initialized by this function. The software library
could be used to control multiple 743X cards. Because the 743X is
designed with the PCI bus architecture and meets the plug and play
specifications, the IRQ and I/O address are assigned by the system
BIOS directly
@ Syntax
PCI-7432 / cPCI-7432 cPCI-7432R
C/C++ (DOS)
U16 _7432_Initial (U16 *existCards, PCI_INFO *pciInfo)
C/C++ (Windows 95)
U16 W_7432_Initial (U16 *existCards, PCI_INFO *pciInfo)
Visual Basic (Windows 95)
W_7432_Initial (existCards As Integer, info As PCI_INFO)
As Integer
PCI-7433 / cPCI-7433 / cPCI-7433R
C/C++ (DOS)
U16 _7433_Initial (U16 *existCards, PCI_INFO *pciInfo)
C/C++ (Windows 95)
U16 W_7433_Initial (U16 *existCards, PCI_INFO *pciInfo)
Visual Basic (Windows 95)
W_7433_Initial (existCards As Integer, info As PCI_INFO)
As Integer