HP (Hewlett-Packard) PCI-9111DG/HR Network Card User Manual


 
C/C++ Library 51
Visual Basic (Windows 95)
W_9111_Reset_FIFO (ByVal cardNo As Integer) As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized.
@ Return Code
ERR_NoError
5.25 _9111_AD_Soft_Trigger
@ Description
This function is used to trigger the A/D conversion by software. When the
function is called, a trigger pulse will be generated and the converted data
will be stored from address Base +0.
@ Syntax
C/C++ (DOS)
U16 _9111_AD_Soft_Trigger (U16 cardNo)
C/C++ (Windows 95)
U16 W_9111_AD_Soft_Trigger (U16 cardNo)
Visual Basic (Windows 95)
W_9111_AD_Soft_Trigger (ByVal cardNo As Integer) As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized.
@ Return Code
ERR_NoError
5.26 _9111_Set_8254
@ Description
This function is used to write PCI-9111 8254 Programmable Timer.
@ Syntax
C/C++ (DOS)
U16 _9111_Set_8254 (U16 cardNo, U16 ChannelNo, U8 count)
C/C++ (Windows 95)
U16 W_9111_Set_8254 (U16 cardNo, U16 ChannelNo, U8 count)
Visual Basic (Windows 95)
W_9111_Set_8254 (ByVal cardNo As Integer, ByVal ChannelNo As
Integer, ByVal count As Byte) As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized.
Tmr_ch: Port of 8254 Timer, the value is within 0 to 3.