Functions | |
| N957_DLL_API N957_API | N957_Init (short BdNum, int32_t *handle) |
| Initialize a new board. | |
| N957_DLL_API N957_API | N957_End (int32_t handle) |
| Releases the resources allocated for the board. | |
| N957_API N957_End | ( | int32_t | handle | ) |
Releases the resources allocated for the board.
Call after any other API for this board: the number of this board can be initialized again
| handle | board's handle (to use for any other API call) |
| N957_API N957_Init | ( | short | BdNum, | |
| int32_t * | handle | |||
| ) |
Initialize a new board.
Call before any other API to to get a valid board handle: board number canno't be previously initialized
| BdNum | board number (must be a new one) | |
| handle | board handle (to use for any other API call) |
1.5.6