Constructor

AravisFakeDevicenew

Declaration [src]

ArvDevice*
arv_fake_device_new (
  const char* serial_number,
  GError** error
)

Description

No description available.
Available since:0.8.0

Parameters

serial_number const char*
 

Fake 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 simulating a real device.

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