Method

AravisDeviceget_integer_feature_value

Declaration [src]

gint64
arv_device_get_integer_feature_value (
  ArvDevice* device,
  const char* feature,
  GError** error
)

Description

No description available.
Available since:0.8.0

Parameters

feature const char*
 

Feature name.

 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: gint64
 

The integer feature value, 0 on error.