46
GX6384
User’s Guide
Gx6384Reset
Purpose
Opens all the board relays.
Syntax
Gx6384Reset
(
nHandle, pnStatus
)
Parameters
Name
Type
Comments
nHandle
SHORT
Handle to a GX6384 board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.
Comments
The function is typically called after calling the
Gx6384Initialize
function.
Example
The following example initializes the driver and then resets the board.
Gx6384Initilize (1, &nHandle, &nStatus);
if (nStatus < 0)
return nStatus;
// return error
Gx6384Reset (nHandle, &nStatus);
See Also
Gx6384Initialize
,
GxSWGetErrorString
Summary of Contents for GX6384-1
Page 2: ......
Page 7: ...GX6384 User s Guide v Index 55 ...
Page 8: ...vi GX6384 User s Guide ...
Page 36: ...28 GX6384 User s Guide ...