Function

Aravisget_device_protocol

since: 0.6.0

Declaration [src]

const char*
arv_get_device_protocol (
  unsigned int index
)

Description [src]

The index of a device may change after a call to arv_update_device_list().

Available since: 0.6.0

Parameters

index

Type: unsigned int

Device index.

Return value

Type: const char*

The device protocol as a string.

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