User`s guide
26
•
C/C++ Library
5.3 _6308_Initial
@ Description
This function is used to initialize the PCI 6308. Every PCI_6308 has to be
initialized by this function before calling other functions.
@ Syntax
C/C++ (DOS)
U16 _6308_Initial (U16 *existCards, PCI_INFO *pciInfo)
C/C++ (Windows 95)
U16 W_6308_Initial (U16 *existCards, PCI_INFO *pciInfo)
Visual Basic (Windows 95)
W_6308_Initial (existCards As Integer, pciInfo As
PCI_INFO) As Integer
@ Argument
existCards: number of existing PCI-6308 cards
info: relative information of the PCI-6308 cards
@ Return Code
ERR_NoError
ERR_BoardNoInit
ERR_PCIBiosNotExist
5.4 _6308_Software_Reset
@ Description
This function is used to reset the I/O port configuration. Note that this function
cannot re-start the PCI bus and all the hardware setting won’t be change
either.
@ Syntax
C/C++ (DOS)
void _6308_Software_Reset (U16 cardNo)
C/C++ (Windows 95)
void W_6308_Software_Reset (U16 cardNo)
Visual Basic (Windows 95)
W_6308_Software_Reset (ByVal cardNo As Integer)
@ Argument
cardNo:
the card number of PCI-6308 card
@ Return Code
ERR_NoError