AlazarGetBoardBySystemHandle#
Function Syntax#
-
HANDLE AlazarGetBoardBySystemHandle(HANDLE systemHandle, U32 boardId)#
Get a handle to a board in a board system where the board system is specified by a handle to its master board and the board by its identifier within the system.
- Parameters
systemHandle – [in] Handle to master board
boardId – [in] Board identifier in the board system
- Returns
A handle to the specified board if it was found
- Returns
NULL if the master board handle is invalid, or a board with the specified board identifier was not found in the specified board system.