beautypg.com

Sensoray 609 User Manual

Page 14

background image

14

14

Stops acquisition by the board hfg. The acquisition is stopped asynchronously (possibly in the
middle of the frame).

S609_GetStatus

ECODE S609_GetStatus (
HFG hfg, //board handle
DWORD *pStatus //pointer to a status variable (DWORD)
);

Return values

Returns 0 in case of success, or an error code.

Notes

Provides status information on acquisition process. See s609.h for the meanings of status bits.

S609_GetStatusEx

ECODE S609_GetStatusEx (
HFG hfg, //board handle
STATUS *pStatus //pointer to a status variable (STATUS)
);

Return values

Returns 0 in case of success, or an error code.

Notes
Provides extended status information on acquisition process. See s609.h for the meanings of
STATUS structure members.

S609_SetStatusEx

ECODE S609_SetStatusEx (
HFG hfg, //board handle
STATUS *pStatus, //pointer to a status variable (STATUS)
STATUS *pMask //pointer to a status variable (STATUS)
);

Return values

Returns 0 in case of success, or an error code.