Constructor
AravisGvDevicenew
Declaration [src]
ArvDevice*
arv_gv_device_new (
GInetAddress* interface_address,
GInetAddress* device_address,
GError** error
)
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 |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |