GxFpgaGetBoardSummary

Purpose

Returns the board information.

Syntax

GxFpgaGetBoardSummary (nHandle, pszSummary, nMaxLen, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX3700 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.

Comments

The function returns the board information including the board firmware version, serial number and user FPGA part number.

The Gx3700 board comes installed with one of the following the following Stratix III user FPGA parts:

Example

The following example returns the board information:

 

CHAR szSummary[1024];

GxFpgaGetBoardSummary (nHandle, szSummary, 1024, &nStatus);

 

See Also

GxFpgaInitialize, GxFpgaGetEepromSummary, GxFpgaGetErrorString