Gx3756GetBoardSummary

Purpose

Returns the board information.

Syntax

Gx3756GetBoardSummary (nHandle, pszSummary, nMaxLen, pnStatus)

Parameters

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

Example

The following example returns the board information:

 

CHAR szSummary[1024];

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

Prints:

Gx3756 FLEX FPGA Board, FPGA-Version:0xBB07, User FPGA Type: N/A, S/N: GX37000039-AL-AB-00, 56 Discrete TTL I/O channels with serial data transmitters

 

See Also

Gx3756Initialize, GxFpgaGetErrorString