Constructor

AravisUvDevicenew

Declaration [src]

ArvDevice*
arv_uv_device_new (
  const char* vendor,
  const char* product,
  const char* serial_number,
  GError** error
)

Description

No description available.
Available since:0.8.0

Parameters

vendor const char*
 

USB3 vendor string.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
product const char*
 

USB3 product string.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
serial_number const char*
 

Device serial number.

 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.