Function

Aravisget_device_manufacturer_info

since: 0.8.20

Declaration [src]

const char*
arv_get_device_manufacturer_info (
  unsigned int index
)

Description [src]

Queries the device manufacturer info.

Prior to this call the arv_update_device_list() function must be called.

Available since: 0.8.20

Parameters

index

Type: unsigned int

Device index.

Return value

Type: const char*

The device manufacturer info, NULL on error.

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