Constructor

AravisGvDevicenew

Declaration [src]

ArvDevice*
arv_gv_device_new (
  GInetAddress* interface_address,
  GInetAddress* device_address,
  GError** error
)

Description

No description available.
Available since:0.8.0

Parameters

interface_address GInetAddress*
 

Address of the interface connected to the device.

 The data is owned by the caller of the function.
device_address GInetAddress*
 

Device address.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: ArvDevice
 

A newly created ArvDevice using GigE protocol.

 The caller of the function takes ownership of the data, and is responsible for freeing it.