Syntax
INT is_ReadEEPROM (HIDS hf, INT Adr, char* pcString, INT Count)
Description
There is a rewritable EEPROM on the frame grabber which serves as a small memory. Additionally to the information which is stored in the EEPROM, 64 extra bytes can be written. With the is_ReadEEPROM() command the contents of these 64 bytes can be read. Also see is_WriteEEPROM().
|
The reading of the EEPROM is only allowed if the live image acquisition has stopped! |
Parameters
hf |
Frame grabber handle |
Adr |
Begin address from where data is to be read: Value range 0 to 63 |
pcString |
Buffer for data to be read (min.size = Count) |
Count |
Number of characters to be read |
Return value
IS_SUCCESS, IS_NO_SUCCESS