5.7 JNMMGetBoardVersion

This function returns the board version.

unsigned short JNMMGetBoardVersion(HANDLE hDevice);

Usage Example

For getting Board version.

Board_version= JNMMGetBoardVersion(hDevice);
printf("Board Version = %d",Board_version);

Last updated