Sensoray 2224 Windows User Manual
Page 64

pointer to the returned raw image fields.
freezetime
time in milli-seconds to freeze the image( freezing is done on the video output channels of
the 2226).
wait
wait = 1 will wait if operations pending(board is busy), wait = 0 will return err code if board
busy.
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_GetFirmwareVersions(
unsigned int *fpga,
unsigned int *usb,
unsigned int *cpu,
unsigned int *boardid,
HANDLE hdev
);
Retrieves hardware firmware information. For support information.
Parameters
fpga
FPGA firmware version.
usb
USB firmware version.
CPU
Embedded CPU firmware version
boardid
Board revision identifier.
hdev
handle to device (obtained from S2226_OpenBoard).
64