User`s guide

22 Software Library
@ Syntax
C/C++ (DOS)
U16 _6208_Initial (U16 *existCards, PCI_INFO *pciInfo)
C/C++ (Windows 95/98)
U16 W_6208_Initial (U16 *existCards, PCI_INFO *pciInfo)
Visual Basic (Windows 95/98)
W_6208_Initial (existCards As Integer, pciInfo As PCI_INFO) As Integer
@ Argument
existCards: number of existing 6208 series cards
pciinfo: relative information of the 6208 series cards
@ Return Code
ERR_NoError
ERR_BoardNoInit
ERR_PCIBiosNotExist
5.2.3 _6208_Software_Reset
@ Description
This function is used to reset the I/O port configuration. Note that this
function can not re-start the PCI bus and all the hardware settings won’t be
changed either.
@ Syntax
C/C++ (DOS)
void _6208_Software_Reset (U16 cardNo)
C/C++ (Windows 95/98)
void W_6208_Software_Reset (U16 cardNo)
Visual Basic (Windows 95/98)
W_6208_Software_Reset (ByVal cardNo As Integer)
@ Argument
cardNo: The card number of 6208 series card initialized. The first card (in
the most prior PCI slot) is with cardNo = 0.
@ Return Code
ERR_NoError