This function returns the board version.
unsigned short JNMMGetBoardVersion(HANDLE hDevice);
For getting Board version.
Board_version= JNMMGetBoardVersion(hDevice); printf("Board Version = %d",Board_version);
Last updated 5 years ago