Method

AravisInterfaceget_device_address

Declaration [src]

const char*
arv_interface_get_device_address (
  ArvInterface* iface,
  unsigned int index
)

Description [src]

Queries the device address (IP address in the case of an ethernet camera). Useful for constructing manual connections to devices using arv_gv_device_new

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

Available since:0.2.0

Parameters

index unsigned int
 

Device index.

Return value

Returns: const char*
 

The device address.

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