Function

Aravisget_interface_id

Declaration [src]

const char*
arv_get_interface_id (
  unsigned int index
)

Description [src]

Retrieves the interface identifier. Possible values are ‘Fake’, ‘USB3Vision’ and ‘GigEVision’.

Parameters

index unsigned int
 

Interface index.

Return value

Returns: const char*
 

The interfae identifier string.

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