
C/C++ Libraries
57
5.16 Interrupt Start under Windows
@ Description
This function is only available in the Windows 95/98 driver. This
function is used to initialize and start up the interrupt control.
Please refer to section 4.3 for a detailed description of the interrupt
system. After calling this function, every time an interrupt requests
a signal to be generated, a software event is signaled. This implies
that in the program, the user can use wait the operation to wait for
the event. When the event is signaled, it means an interrupt is
generated. Please refer to sample program 7248int.c or 7296int.c.
@ Syntax
C/C++ (Windows 95)
void W_7248_INT_Start (U16 cardNo, U16 c1, U16
c2, U16 ctrlValue, HANDLE *hIntEvent)
void W_7249_INT_Start (U16 cardNo, U16 c1, U16
c2, U16 ctrlValue, HANDLE *hIntEvent)
void W_7248_INT_Start (U16 cardNo, U16 c1, U16
c2, U16 ctrlValue, HANDLE *hIntEvent)
Visual Basic (Windows 95)
W_7248_INT_Start (ByVal cardNo As Integer, ByVal
c1 As Integer, ByVal c2 As Integer, ByVal
ctrlValue As Integer, hIntEvent As Long)
W_7249_INT_Start (ByVal cardNo As Integer, ByVal
c1 As Integer, ByVal c2 As Integer, ByVal
ctrlValue As Integer, hIntEvent As Long)
W_7296_INT_Start (ByVal cardNo As Integer, ByVal
c1 As Integer, ByVal c2 As Integer, ByVal
ctrlValue As Integer, hIntEvent As Long)
Содержание NuDAQ cPCI-7249R
Страница 2: ...72XX Series User s Manual ii...
Страница 6: ...vi Table of Contents 72XX Series User s Manual This page intentionally left blank...
Страница 8: ...72XX Series User s Manual viii List of Figures This page intentionally left blank...
Страница 10: ...x List of Tables 72XX Series User s Manual This page intentionally left blank...
Страница 14: ...xiv 72XX Series User s Manual This page intentionally left blank...
Страница 74: ...60 C C Libraries 72XX Series User s Manual This page intentionally left blank...