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

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.
value gboolean*
 

Feature value.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.
error GError **
  The return location for a GError*, or NULL.