Method

AravisDeviceset_boolean_feature_value

Declaration [src]

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

Description [src]

Set the value of a boolean feature.

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.

error GError **
  The return location for a GError*, or NULL.