APCI-/CPCI-1500 Technical
description Chapter 9
46
5) i_APCI1500_CloseBoardHandle (..)
IMPORTANT!
Call up this function each time you want to leave the user program!
Syntax:
<Return value> = i_APCI1500_CloseBoardHandle (BYTE b_BoardHandle)
Parameters:
- Input:
BYTE
b_BoardHandle
Handle of board
xPCI-1500
- Output:
No output signal has occurred.
Task:
Releases the board handle. Blocks the access to the board.
Calling convention:
ANSI
C
:
int
i_ReturnValue;
unsigned
char b_BoardHandle;
i_ReturnValue = i_APCI1500_CloseBoardHandle
(b_BoardHandle);
Return value:
0: No error
-1: The handle parameter of the board is wrong