Returns the timestamp and filename of the last FPGA configuration written to EEPROM.
GxFpgaGetEepromSummary (nHandle, pszSummary, nMaxLen, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX3500 board. |
pszSummary |
PSTR |
Buffer to contain a summary indicating last FPGA EEPROM write timestamp and file name. |
nMaxLen |
SHORT |
pszSummary buffer size . |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The function returns the time stamp and file name indicating the last recorded EEPROM loading.
The following example returns the EEPROM summary:
CHAR szSummary[1024];
GxFpgaGetEepromSummary (nHandle, szSummary, 1024, &nStatus);