![]() |
libsigrok
0.3.0
sigrok hardware access and backend library
|
Information about a config key. More...
#include <libsigrok.h>
Data Fields | |
int | key |
Config key like SR_CONF_CONN, etc. More... | |
int | datatype |
Data type like SR_T_STRING, etc. More... | |
char * | id |
Id string, e.g. More... | |
char * | name |
Name, e.g. More... | |
char * | description |
Verbose description (unused currently). More... | |
Information about a config key.
Definition at line 569 of file libsigrok.h.
int sr_config_info::datatype |
Data type like SR_T_STRING, etc.
Definition at line 573 of file libsigrok.h.
char* sr_config_info::description |
Verbose description (unused currently).
Definition at line 579 of file libsigrok.h.
char* sr_config_info::id |
int sr_config_info::key |
Config key like SR_CONF_CONN, etc.
Definition at line 571 of file libsigrok.h.
Referenced by sr_config_info_get(), and sr_config_info_name_get().
char* sr_config_info::name |