|
GEV_STATUS GevRegisterWriteArray |
(GEV_CAMERA_HANDLE handle, GEV_REGISTER *pReg, |
||
|
Description |
|
||
|
Writes an array of 32-bit values to a memory area on the camera. |
|
||
|
Parameters |
|
||
|
handle |
GEV_CAMERA_HANDLE identifying the camera. |
|
|
|
*pReg |
Pointer to the GEV_REGISTER structure for the register to be
accessed. |
|
|
|
selector |
Index into a group of registers providing the same functionality.
These register groups need to be set up properly in the GEV_REGISTER
structure. This is generally 0. |
|
|
|
array_offset |
Start offset into the array. |
|
|
|
num_entries |
Number of entries to be written starting at the start offset. |
|
|
|
*data |
Pointer to the data to be written. |
|
|
|
Return
Value |
|
||
|
GEV_STATUS |
Possible values are : GEVLIB_OK |
|
|
Related Topics