Resets the GX3788 to their default state.
Gx3788Reset (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle for a GX3788 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function will reset the following settings:
Digital Port Data to 0x0.
Digital Port Direction to 0x0 (input).
Analog Output Channel Voltages to 0.0 V.
The following example initializes and resets the GX3788 board:
Gx3788Initialize (1, &nHandle, &nStatus);
Gx3788Reset (nHandle, &nStatus);