Method
AravisDeviceset_register_feature_value
Declaration [src]
void
arv_device_set_register_feature_value (
ArvDevice* device,
const char* feature,
guint64 length,
void* value,
GError** error
)
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. | |
length |
guint64 |
| No description available. | |
value |
void* |
New feature value. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |