Virtual Method

AravisDeviceget_genicam_xml

Declaration [src]

const char*
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.

Return value

Returns: const char*
 

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

 The data is owned by the called function.
 The value is a NUL terminated UTF-8 string.