Syntax
INT is_GetBoardInfo (HIDS hf, PBOARDINFO pInfo)
Description
The function is_GetBoardInfo() reads the data from the EEPROM and writes it to the data structure pInfo. The data structure consists of the following elements, which are defined in falcon.h.
|
The reading of the board info is only allowed if the live image acquisition has stopped! |
SerNo[12] |
Frame grabber's serial number |
ID[20] |
Identication string (e.g.: "*FALCON(plus) - IDS GmbH*") |
Version[10] |
Number of version (e.g. "V2.00") |
Date[12] |
Date of quality check (e.g. "1.1.2009") |
Select |
Board identification number (e.g. "1") |
Type |
Board type (e.g. "1") |
Reserved[8] |
Reserved |
The reading and writing of data is taken care of with the functions is_ReadEEPROM() and is_WriteEEPROM().
Parameters
hf |
Frame grabber handle |
pInfo |
Pointer to data structure with the information from the BOARDINFO |
Return value
IS_SUCCESS, IS_NO_SUCCESS