GxFpgaGetBoardSummary

Purpose

Returns the board information.

Syntax

GxFpgaGetBoardSummary (nHandle, pszSummary, nMaxLen, pnStatus)

Parameters

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.

Comments

The function returns the board information including the board firmware version and the board serial number.

Example

The following example returns the board information:

 

CHAR szSummary[1024];

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

 

See Also

GxFpgaInitialize, GxFpgaGetEepromSummary, GxFpgaGetErrorString