![]() |
libsigrok
0.4.0
sigrok hardware access and backend library
|
Information about a key. More...
#include <libsigrok.h>
Collaboration diagram for sr_key_info:Data Fields | |
| uint32_t | key |
| Config key like SR_CONF_CONN, MQ value like SR_MQ_VOLTAGE, etc. More... | |
| int | datatype |
| Data type like SR_T_STRING, etc if applicable. More... | |
| const char * | id |
| Short, lowercase ID string, e.g. More... | |
| const char * | name |
| Full capitalized name, e.g. More... | |
| const char * | description |
| Verbose description (unused currently). More... | |
Information about a key.
Definition at line 642 of file libsigrok.h.
| int sr_key_info::datatype |
Data type like SR_T_STRING, etc if applicable.
Definition at line 646 of file libsigrok.h.
Referenced by sr_variant_type_check().
| const char* sr_key_info::description |
Verbose description (unused currently).
Definition at line 652 of file libsigrok.h.
| const char* sr_key_info::id |
Short, lowercase ID string, e.g.
"serialcomm", "voltage".
Definition at line 648 of file libsigrok.h.
Referenced by sr_driver_scan(), and sr_driver_scan_options_list().
| uint32_t sr_key_info::key |
Config key like SR_CONF_CONN, MQ value like SR_MQ_VOLTAGE, etc.
Definition at line 644 of file libsigrok.h.
Referenced by sr_driver_scan(), sr_key_info_get(), and sr_key_info_name_get().
| const char* sr_key_info::name |
Full capitalized name, e.g.
"Serial communication".
Definition at line 650 of file libsigrok.h.
Referenced by sr_variant_type_check().
1.8.11