Method

AravisInterfaceget_device_address

since: 0.2.0

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

Type: unsigned int

Device index.

Return value

Type: const char*

The device address.

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