Constructor

AravisUvDevicenew_from_guid

Declaration [src]

ArvDevice*
arv_uv_device_new_from_guid (
  const char* guid,
  GError** error
)

Description

No description available.
Available since:0.8.17

Parameters

guid const char*
 

Device GUID.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: ArvDevice
 

A newly created ArvDevice using USB3 based protocol.

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