Opens all the board relays.
Gx6338Reset (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6338 board. |
pnStatus |
LPSHORT |
Returned status: 0 on success, negative number on failure. |
The function is normally called after calling the Gx6338Initialize function, since the initialize function will not reset the board.
The following example initializes the driver and then resets the board.
Gx6338Initilize (1, &nHandle, &nStatus);
if (nStatus < 0)
return nStatus; // return error
Gx6338Reset (nHandle, &nStatus);
Gx6338Initialize, GxSWGetErrorString, Gx6338SetGroupChannels