The general functions are intended to work with the APCI-3660 boards, independently of the FMs loaded.
◆ i_APCIE3660_GetNumberOfBoards()
| int i_APCIE3660_GetNumberOfBoards |
( |
uint8_t * |
boardCount | ) |
|
Returns the number of detected boards. The function fills the value pointed by boardCount with the number of boards present.
- Parameters
-
| [out] | boardCount | Value that will be filled with the number of boards |
- Return values
-
| 0 | No error |
| -1 | Error while getting the number of boards |
◆ i_APCIE3660_CloseBoard()
| int i_APCIE3660_CloseBoard |
( |
uint8_t |
boardId | ) |
|
Frees the ressources allocated to access a board.
- Parameters
-
| [in] | boardId | Target board index |
- Return values
-
| 0 | No Error |
| -1 | Error while closing the board |