293SDK (Software development Kit)
© 2010 Thorlabs
7.3.110
is_WriteEEPROM
Syntax
INT is_WriteEEPROM (HIDS hCam, INT Adr, char* pcString, INT Count)
Description
Using is_WriteEEPROM(), you can write data to the EEPROM of the camera. Besides the hard-
coded factory information, the EEPROM of the DCx camera can hold 64 bytes of user data.
Input Parameters
Starting address for data writes (0...63)
Pointer to the string containing the data to be written
Number of characters to be written (1...64)
Return Values
Function executed successfully
Camera is in standby mode, function not allowed.
Related Functions
is_ReadEEPROM()
204