|
GEV_STATUS GevRegisterRead |
(GEV_CAMERA_HANDLE handle, GEV_REGISTER *pReg, |
||
|
Description |
|||
|
Reads
the specified register (a generic register access function) |
|||
|
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 as the ‘array’ based functions can be used to access multiple
contiguous locations. |
||
|
size |
Size of
the data to be read. |
||
|
*data |
Pointer
to a location, allocated by the caller, to receive the data to be read. |
||
|
Return Value |
|||
|
GEV_STATUS STATUS |
Possible
values are: GEVLIB_OK |
||
Related Topics