Method

AravisDeviceget_genicam_xml

Declaration [src]

const char*
arv_device_get_genicam_xml (
  ArvDevice* device,
  size_t* size
)

Description [src]

Gets the Genicam XML data stored in the device memory.

Available since:0.2.0

Parameters

size size_t*
 

Placeholder for the returned data size (bytes)

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

Return value

Returns: const char*
 

A pointer to the Genicam XML data, owned by the device.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.