Function

Aravisget_device_protocol

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 unsigned int
 

Device index.

Return value

Returns: const char*
 

The device protocol as a string.

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