4.9 JNMMGetFPGAVersion

This function returns the FPGA Version.

unsigned short JNMMGetFPGAVersion();

Return Value

FPGA version value.

Usage Example

For collecting the FPGA version.

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

Last updated