5.7 JNMMGetBoardVersion

This function returns the board version.

unsigned short JNMMGetBoardVersion(HANDLE hDevice);

Name

Description

hDevice

handle received from OpenDevice function call.

Return Value

board version value.

Usage Example

For getting Board version.

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

Last updated