Function

Aravisget_device_vendor

Declaration [src]

const char*
arv_get_device_vendor (
  unsigned int index
)

Description [src]

Queries the device vendor.

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

Available since:0.6.0

Parameters

index unsigned int
 

Device index.

Return value

Returns: const char*
 

The device vendor, NULL on error.

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