GxCntReset

Purpose

Resets the counter board to its default settings.

Syntax

GxCntReset (nHandle, pnStatus)

Parameters

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

Comments

Default settings are as follow:

Example

The following example initializes and resets the counter board:

 

GxCntInitialize (1, &nHandle, &nStatus);

GxCntReset (nHandle, &nStatus);

 

See Also

GxCntInitialize, GxCntGetErrorString