Returns the board information.
GxFpgaGetBoardSummary (nHandle, pszSummary, nMaxLen, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX3500 board. |
pszSummary |
PSTR |
Buffer to contain the returned board info (null terminated) string. |
nMaxLen |
SHORT |
pszSummary buffer size . |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The function returns the board information including the board firmware version and the board serial number.
The following example returns the board information:
CHAR szSummary[1024];
GxFpgaGetBoardSummary (nHandle, szSummary, 1024, &nStatus);
GxFpgaInitialize, GxFpgaGetEepromSummary, GxFpgaGetErrorString