Sensoray 609 User Manual
Page 15

15
15
Notes
Resets the internal status registers based on the data provided in the first variable of type STATUS
and the mask provided in the second variable of type STATUS.
S609_SetMode
ECODE S609_SetMode (
HFG hfg, //board handle
MODE *pMode //pointer to a MODE structure
);
Return values
Returns 0 in case of success, or an error code.
Notes
Sets the operation mode of the frame grabber based on the MODE structure. See s609.h for
details.
S609_GetImageSize
ECODE S609_GetImageSize (
MODE *pMode, //pointer to a MODE structure
IMAGESIZE *pImsize //pointer to an IMAGESIZE structure
);
Return values
Returns 0 in case of success, or an error code.
Notes
Sets the members of IMAGESIZE structure to the values corresponding to selected operation mode
(MODE).
S609_Switch
ECODE S609_Switch (
HFG hfg, //board handle
WORD output, //video switch output (0-7)
WORD input, //video switch input (0-16)
BOOL term //termination
);
Return values