5.6 JNMMGetFPGAVersion

This function returns the FPGA Version.

unsigned short JNMMGetFPGAVersion(HANDLE hDevice);

Name

Description

hDevice

handle received from JNMMCANOpen function call.

Return Value

FPGA version value.

Usage Example

For collecting the FPGA version.

Fpga = JNMMGetFPGAVersion(hDevice);
printf("FPGA Version = %d\n",Fpga);

Last updated