Resets the GX1164 board to its default settings.
Gx1164Reset (nHandle, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX1164 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
After reset channels are set to maximum resistance (all relays are opened) in single mode. Wiper mode is off.
The following example initializes and resets the GX1164 board:
Gx1164Initialize (1, &nHandle, &nStatus);
Gx1164Reset (nHandle, &nStatus);