Gx3788GetBoardSummary

Purpose

Returns the board information.

Syntax

Gx3788GetBoardSummary (nHandle, pszSummary, nMaxLen, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX3788 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 of the Gx3788 which includes the FPGA version, and serial number.

Example

The following example returns the board information:

 

CHAR szSummary[1024];

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

 

See Also

Gx3756Initialize, GxFpgaGetErrorString, Gx3788GetCalibrationInfo