APCI-/CPCI-1500 Technical
description Chapter 9
50
Calling convention:
ANSI
C
:
void
v_FunctionName
(unsigned char b_BoardHandle,
unsigned char b_InterruptMask,
unsigned int b_InputChannelNumber)
{
.
.
}
int
i_ReturnValue;
unsigned
char b_BoardHandle;
i_ReturnValue = i_APCI1500_SetBoardIntRoutineDos
(b_BoardHandle,
v_FunctionName );
Return value:
0: No error
-1: The handle parameter of the board is wrong
-2: Interrupt already installed