Resets the GX3700 interface FPGA and User FPGA to their default state.
GxFpgaReset (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle for a GX3700 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The following example initializes and resets the GX3700 board:
GxFpgaInitialize (1, &nHandle, &nStatus);
GxFpgaReset (nHandle, &nStatus);