![]() |
libsigrok
0.3.0
sigrok hardware access and backend library
|
Used for setting or getting value of a config item. More...
#include <libsigrok.h>
Collaboration diagram for sr_config:Data Fields | |
| int | key |
| Config key like SR_CONF_CONN, etc. | |
| GVariant * | data |
| Key-specific data. | |
Used for setting or getting value of a config item.
Definition at line 561 of file libsigrok.h.
| GVariant* sr_config::data |
Key-specific data.
Definition at line 565 of file libsigrok.h.
| int sr_config::key |
Config key like SR_CONF_CONN, etc.
Definition at line 563 of file libsigrok.h.
1.7.6.1