Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_WriteEEPROM |
uEye Camera Manual Version 3.80
is_WriteEEPROM
USB 2.0 GigE |
USB 2.0 GigE |
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 uEye can hold 64 bytes of user data.
Input Parameters
hCam |
Camera handle |
Adr |
Starting address for data writes (0...63) |
pcString |
Pointer to the string containing the data to be written |
Count |
Number of characters to be written (1...64) |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
IS_INVALID_MODE |
Camera is in standby mode, function not allowed. |
Related Functions