Method

AravisFakeCameraread_register

Declaration [src]

gboolean
arv_fake_camera_read_register (
  ArvFakeCamera* camera,
  guint32 address,
  guint32* value
)

Description

No description available.

Parameters

address guint32
 

The register address.

value guint32*
 

The register value.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.

Return value

Returns: gboolean
 

True if the read succeeded, false otherwise.