Function

Aravisget_device_address

Declaration [src]

const char*
arv_get_device_address (
  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 address of the device corresponding to index as a string.

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