Method

AravisDeviceget_boolean_feature_value_gi

Declaration [src]

void
arv_device_get_boolean_feature_value_gi (
  ArvDevice* device,
  const char* feature,
  gboolean* value,
  GError** error
)

Description [src]

Get the feature value, or FALSE on error.

Available since:0.8.0
This method is renamed to arv_device_get_boolean_feature_value() 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.
value gboolean*
 

Feature value.

 The argument will be set by the function.
error GError **
  The return location for a GError*, or NULL.