Method

AravisDeviceget_boolean_feature_value

Declaration [src]

gboolean
arv_device_get_boolean_feature_value (
  ArvDevice* device,
  const char* feature,
  GError** error
)

Description

No description available.
Available since:0.8.0
The implementation of this method is provided by arv_device_get_boolean_feature_value_gi() in language bindings

Parameters

feature const char*
 

Feature name.

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

Return value

Returns: gboolean
 

The feature value, FALSE on error.