GxAoReset

Purpose

Resets the GX1632e/GX1642/GX1648/GX1649 board to its default settings.

Syntax

GxPsReset (nHandle, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a GX16xx board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

The function does the following:

Example

The following example initializes and resets the GX16xx board:

 

GxAoInitialize (1, &nHandle, &nStatus);

GxAoReset (nHandle, &nStatus);

 

See Also

GxAoInitialize, GxAoGetErrorString